This commit is contained in:
2025-01-17 17:29:17 +08:00
parent f8a41af344
commit cc4d898114
4 changed files with 89 additions and 45 deletions

View File

@@ -1,8 +1,8 @@
/* memory map */
MEMORY
{
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 16K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 4K
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 64K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 8K
}
ENTRY(Reset_Handler)