2021-08-25 10:05 AM
Hi all,
We have connected an 64Mb SDRAM to the FMC interface of an STM32H745, it is available at 0xC0000000.
We use the default FMC mapping. Is it possible to reserve an area in the SDRAM for code execution and access it at 0x70000000 (size of 512K). so the end address would be 0x70080000.
And the rest of the SDRAM could be used for data storage? 0xC0080000 - 0xC4000000 ?
How would this be possible?
Thanks in advance
2021-08-25 10:13 AM
Not sure about specific address mappings, but the SDRAM should be able to support concurrent usage.
>>How would this be possible?
Linker script level demarcation, and MPU configurations.