How to read the data from the external flash memory in STM32H7S78-DK?
Hi,
I am using STM32H7S78-DK Board, I am configuring XSPI2 in Stm32CubeMX for enabling external 1-Gbit Nor flash memory. But when I am writing the data into the Memory address (i.e. 0x700000000) it is going into the hard fault handler in STM32CubeIDE. Why?
I am referring the Repository files of the mentioned Board (XSPIM_SwappedMode) and MX66LM1G46G datasheet for writing the data into the flash memory. Writing and reading is not an issue but when I am trying into move the data into the memory it is creating an issue. Why?
What changes needs to be done to write and read the data into the memory?
Thanks in advance.
