Revert "update"

This reverts commit cc4d898114.
This commit is contained in:
2025-01-20 15:25:51 +08:00
parent b0b2966efc
commit af629a6bc4
4 changed files with 45 additions and 89 deletions

View File

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