for debug

This commit is contained in:
2025-01-23 10:35:12 +08:00
parent 11cf546438
commit c11db2c9bf
3 changed files with 40 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
MEMORY
{
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 64K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 4K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 8K
}
ENTRY(Reset_Handler)