Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit a0a6c94

Browse files
committed
dev_table: add STM32F042xx
Data taken from: - AN2606 : system memory boot mode - RM0091 : Reference manual STM32F0x1/STM32F0x2/STM32F0x8 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
1 parent b918287 commit a0a6c94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev_table.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const stm32_dev_t devices[] = {
2929
/* F0 */
3030
{0x440, "STM32F051xx" , 0x20001000, 0x20002000, 0x08000000, 0x08010000, 4, 1024, 0x1FFFF800, 0x1FFFF80B, 0x1FFFEC00, 0x1FFFF800},
3131
{0x444, "STM32F030/F031" , 0x20001000, 0x20002000, 0x08000000, 0x08010000, 4, 1024, 0x1FFFF800, 0x1FFFF80B, 0x1FFFEC00, 0x1FFFF800},
32+
{0x445, "STM32F042xx" , 0x20001800, 0x20001800, 0x08000000, 0x08008000, 4, 1024, 0x1FFFF800, 0x1FFFF80F, 0x1FFFC400, 0x1FFFF800},
3233
{0x448, "STM32F072xx" , 0x20001800, 0x20004000, 0x08000000, 0x08010000, 4, 1024, 0x1FFFF800, 0x1FFFF80B, 0x1FFFEC00, 0x1FFFF800},
3334
/* F1 */
3435
{0x412, "Low-density" , 0x20000200, 0x20002800, 0x08000000, 0x08008000, 4, 1024, 0x1FFFF800, 0x1FFFF80F, 0x1FFFF000, 0x1FFFF800},

0 commit comments

Comments
 (0)