Is it possible, after properly inizializing the FMC, write directly to an external memory without resorting to FMC functionalities?
Dear all,
to explain better, what I have is an external memory connected to my stm32f4 MCU, in order to communicate with it I have to pass through the FMC. The external memory is an FPGA.
What I would like to do, if it is possible, is to first inizialize the FMC with the proper configuration than write to memory (actually sending data to FPGA) without using the FMC HAL, practically calling a STORE assembly instruction at the proper address with the data I want to send.
The FMC is not used for anything else than that external memory.
Hopefully I was clear enough in explaining my problem/goal.
Thank you for your help.
Best regrards