This commit is contained in:
andrea
2025-10-05 15:32:39 +02:00
parent 001103e487
commit bb5315e6e1
30 changed files with 51305 additions and 818 deletions

View File

@@ -45,7 +45,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 20K
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 64K
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 64K - 2K
}
/* Sections */