Question
[STM32F429 Flexible Memory Controller (FMC)] Is the write operation blocking for the CPU? (NO BURST MODE)
I couldn't find this info on the Reference Manual, maybe because it is trivial, in case I'm sorry. When the CPU performs a single STR within the FMC address space, is it blocked until the entire write cycle of the peripheral is complete, or it only writes in one of the FMC data registers and goes on with the following instructions?
There is no communication back from FMC to the core, so how is synchronism managed (also for the reads)?
