remove executable flag from CCM memory because it is not executable

This commit is contained in:
Mario Hüttel 2020-08-22 13:45:17 +02:00
parent 3cc49fb764
commit dcd1fa9605
1 changed files with 1 additions and 1 deletions

View File

@ -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