fixes TGC5L settings

This commit is contained in:
2023-08-28 10:01:06 +02:00
parent 3217871752
commit ca1adccb2b
6 changed files with 9 additions and 6511 deletions

View File

@ -4,8 +4,8 @@ ENTRY( _start )
MEMORY
{
flash (rxai!w) : ORIGIN = 0x80000000, LENGTH = 64k
ram (wxa!ri) : ORIGIN = 0x80010000, LENGTH = 64k
flash (rxai!w) : ORIGIN = 0x00000000, LENGTH = 256M
ram (wxa!ri) : ORIGIN = 0x20000000, LENGTH = 1M
}
PHDRS