Other Parts Discussed in Thread: SYSCONFIG
Hi,
is it possible to load (or even access) memory in PSRAM when connected to M4F?
I'm trying to place some code in our PSRAM (Address 0x50000000) but CCS says the following:
BLAZAR_Cortex_M4F_0: File Loader: Verification failed: Values at address 0x503FC000 do not match Please verify target memory and memory map.
Looking at the map File from the Linker, I see the correct section and that the code was place there.
I can load a fw image for R5 which contains code in PSRAM. But on M4F it does not work.
MPU on R5 is configured as Supervisor RD+WR, User RD+WR, cached, exec allowed. So even debugger should not have any problems placing code in there.
I also configured MPU of M4F to the same values (but only these 16kB block).
Kind regards
Andreas