Skip to content

Commit 95102fd

Browse files
boards/nucleo-l053r8: MCU table addition to doc page
1 parent 687a30a commit 95102fd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

boards/nucleo-l053r8/doc.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,27 @@ Cortex-M0+ STM32L053R8 microcontroller with 8KiB of RAM and 32KiB of Flash.
1212

1313
@image html pinouts/nucleo-l053r8.svg "Pinout for the nucleo-l053r8" width=50%
1414

15+
### MCU
16+
17+
| MCU | STM32L053R8
18+
|:-------------|:--------------------|
19+
| Family | ARM Cortex-M0+ |
20+
| Vendor | ST Microelectronics |
21+
| RAM | 8KiB |
22+
| Flash | 64KiB |
23+
| Frequency | up to 32 MHz |
24+
| Timers | 9 (2x watchdog, 1 SysTick, 5x 16-bit, 1x RTC) |
25+
| ADCs | 1x 12 bit (up to 16 channels) |
26+
| UARTs | 3 (two USARTs and one Low-Power UART) |
27+
| I2Cs | 2 |
28+
| SPIs | 4 |
29+
| RTC | 1 |
30+
| Datasheet | [Datasheet](https://www.st.com/resource/en/datasheet/stm32l053c6.pdf)|
31+
| Reference Manual | [Reference Manual](https://www.st.com/resource/en/reference_manual/rm0367-ultralowpower-stm32l0x3-advanced-armbased-32bit-mcus-stmicroelectronics.pdf)|
32+
| Programming Manual | [Programming Manual](https://www.st.com/resource/en/programming_manual/pm0223-stm32-cortexm0-mcus-programming-manual-stmicroelectronics.pdf)|
33+
| Board Manual | [Board Manual](https://www.st.com/resource/en/user_manual/um1724-stm32-nucleo64-boards-mb1136-stmicroelectronics.pdf)|
34+
35+
1536
## Flashing the Board Using ST-LINK Removable Media
1637

1738
On-board ST-LINK programmer provides via composite USB device removable media.

0 commit comments

Comments
 (0)