change to stm32cubeide

This commit is contained in:
2022-12-13 15:43:45 +01:00
parent 7cadcdbc28
commit 54fef083bf
22 changed files with 332 additions and 2242 deletions

View File

@ -63,7 +63,7 @@ MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 64K
RAM2 (xrw) : ORIGIN = 0x10000000, LENGTH = 16K
FLASH (rx) : ORIGIN = 0x8002800, LENGTH = 128K-10K
FLASH (rx) : ORIGIN = 0x8002800, LENGTH = 128K - 10K
}
/* Define output sections */