mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/p-nucleo-wb55: Add pinout and clean up doc
This commit is contained in:
parent
2e80e9181a
commit
61af0f38f8
@ -8,29 +8,37 @@ Hardware
|
|||||||
|
|
||||||
![st-nucleo-wb55](https://miro.medium.com/max/700/1*9OG-4Ix4EzHX9uBpMve2IA.jpeg)
|
![st-nucleo-wb55](https://miro.medium.com/max/700/1*9OG-4Ix4EzHX9uBpMve2IA.jpeg)
|
||||||
|
|
||||||
|
## Pinout
|
||||||
|
|
||||||
|
@image html pinouts/p-nucleo-wb55.svg "Pinout for the p-nucleo-wb55" width=50%
|
||||||
|
|
||||||
MCU
|
MCU
|
||||||
---
|
---
|
||||||
|
|
||||||
| MCU | STM32WB55RG |
|
| MCU | STM32WB55RG |
|
||||||
|:---------- |:------------------------------- |
|
|:----------------- |:------------------------------------- |
|
||||||
| Family | ARM Cortex-M4 |
|
| Family | ARM Cortex-M4 |
|
||||||
| Vendor | ST Microelectronics |
|
| Vendor | ST Microelectronics |
|
||||||
| RAM | 256KB |
|
| RAM | 256 KiB |
|
||||||
| Flash | 512KB |
|
| Flash | 512 KiB |
|
||||||
| Frequency | 64MHz |
|
| Frequency | 64 MHz |
|
||||||
| FPU | yes |
|
| FPU | yes |
|
||||||
| Timers | 8 (3x 16-bit, 1x 32-bit [TIM5]) |
|
| Timers | 8 (3x 16-bit, 1x 32-bit [TIM5]) |
|
||||||
| LPTimers | 2x 16-bit |
|
| LPTimers | 2x 16-bit |
|
||||||
| ADCs | 1x 19-channel 12-bit |
|
| ADCs | 1x 19-channel 12-bit |
|
||||||
| UARTs | 1 |
|
| UARTs | 1 |
|
||||||
| LUARTs | 1 |
|
| LUARTs | 1 |
|
||||||
| SPIs | 1 |
|
| SPIs | 1 |
|
||||||
| I2Cs | 2 |
|
| I2Cs | 2 |
|
||||||
| RTC | 1 |
|
| RTC | 1 |
|
||||||
| Vcc | 1.65V - 3.6V |
|
| Vcc | 1.65V - 3.6V |
|
||||||
| Datasheet | [Datasheet](https://www.st.com/resource/en/datasheet/stm32wb55cc.pdf)|
|
| Datasheet | [Datasheet][Datasheet] |
|
||||||
| Reference Manual | [Reference Manual](https://www.st.com/resource/en/datasheet/stm32wb55cc.pdf) |
|
| Reference Manual | [Reference Manual][Reference Manual] |
|
||||||
| User Manual | [User Manual](https://www.st.com/content/ccc/resource/technical/document/user_manual/group1/13/58/22/1a/f2/ff/43/5c/DM00517423/files/DM00517423.pdf/jcr:content/translations/en.DM00517423.pdf) |
|
| User Manual | [User Manual][User Manual] |
|
||||||
|
|
||||||
|
[Datasheet]: https://www.st.com/resource/en/datasheet/stm32wb55cc.pdf
|
||||||
|
[Reference Manual]: https://www.st.com/resource/en/reference_manual/rm0434-multiprotocol-wireless-32bit-mcu-armbased-cortexm4-with-fpu-bluetooth-lowenergy-and-802154-radio-solution-stmicroelectronics.pdf
|
||||||
|
[User Manual]: https://www.st.com/content/ccc/resource/technical/document/user_manual/group1/13/58/22/1a/f2/ff/43/5c/DM00517423/files/DM00517423.pdf/jcr:content/translations/en.DM00517423.pdf
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
========
|
========
|
||||||
@ -82,25 +90,25 @@ User Interface
|
|||||||
Implementation Status
|
Implementation Status
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
| Device | ID | Supported | Comments |
|
| Device | ID | Supported | Comments |
|
||||||
|:---------------- |:----------------- |:------- |:------- |
|
|:----------------- |:----------------- |:--------- |:--------- |
|
||||||
| MCU | stm32wb | yes | |
|
| MCU | stm32wb | yes | |
|
||||||
| | M0+ co-processor | no | |
|
| | M0+ co-processor | no | |
|
||||||
| | BLE | no | |
|
| | BLE | no | |
|
||||||
| | 802.15.4 | no | |
|
| | 802.15.4 | no | |
|
||||||
| Low-level driver | GPIO | yes | |
|
| Low-level driver | GPIO | yes | |
|
||||||
| | UART | yes | UART1 |
|
| | UART | yes | UART1 |
|
||||||
| | LPUART | yes | LPUART1 |
|
| | LPUART | yes | LPUART1 |
|
||||||
| | I2C | yes | I2C1 |
|
| | I2C | yes | I2C1 |
|
||||||
| | SPI | yes | |
|
| | SPI | yes | |
|
||||||
| | ADC | yes | |
|
| | ADC | yes | |
|
||||||
| | RTT | yes | |
|
| | RTT | yes | |
|
||||||
| | RTC | yes | |
|
| | RTC | yes | |
|
||||||
| | RNG | yes | |
|
| | RNG | yes | |
|
||||||
| | Timer | yes | TIM2 |
|
| | Timer | yes | TIM2 |
|
||||||
| | WDT | yes | |
|
| | WDT | yes | |
|
||||||
| | USB | yes | |
|
| | USB | yes | |
|
||||||
| | PWM | no | |
|
| | PWM | no | |
|
||||||
| | AES | no | |
|
| | AES | no | |
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
16306
doc/doxygen/src/pinouts/p-nucleo-wb55.svg
Normal file
16306
doc/doxygen/src/pinouts/p-nucleo-wb55.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 1.8 MiB |
Loading…
Reference in New Issue
Block a user