remove executable flag from CCM memory because it is not executable
This commit is contained in:
parent
3cc49fb764
commit
dcd1fa9605
@ -36,7 +36,7 @@ MEMORY
|
||||
{
|
||||
FLASH (xr) : ORIGIN = 0x08000000, LENGTH = 512K
|
||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K
|
||||
CCM (xrw) : ORIGIN = 0x10000000, LENGTH = 64K
|
||||
CCM (rw) : ORIGIN = 0x10000000, LENGTH = 64K
|
||||
}
|
||||
|
||||
SECTIONS
|
||||
|
Loading…
Reference in New Issue
Block a user