Hello everyone,
watching the linker file for H7/M7:
I've a doubt. Among the characteristics I see:
8 MB SDRAM / 16 MB QSPI Flash
But, if we look inside the linker file that ram isn't present:
FLASH (rx) : ORIGIN = 0x8040000, LENGTH = CM4_BINARY_START - 0x8040000
DTCMRAM (rwx) : ORIGIN = 0x20000000 + (((166 * 4) + 7) & 0xFFFFFFF8), LENGTH = 128K - (((166 * 4) + 7) & 0xFFFFFFF8)
RAM (xrw) : ORIGIN = 0x24000000, LENGTH = 0x80000
RAM_D2 (xrw) : ORIGIN = 0x30000000, LENGTH = 288K
RAM_D3 (xrw) : ORIGIN = 0x38000000, LENGTH = 64K
ITCMRAM (xrw) : ORIGIN = 0x00000000, LENGTH = 64K
0x80000 means 512K
Are you sure that in that exact paramente should'n be:
0x800000 ?
6 posts - 2 participants