Hi,
I want to use FlexSPI on the imx8m mini. It seems working but when i write bock of data ,i have noticed that writing data to FlexSPI TX IP FIFO is really slow, in my case writing 32 bytes needs around 4 us, also when i try to toggle GPIO by directly writing to the dedicated register takes long time (150 ns , the assembly code looks fine with only 3 instructions) which seems too slow, i tried also to fire a timer interrupt to be sure that clock/pll configurations are fine.
All the tests are made on the M4 core and the code is based on the SDK_2.8.2_EVKB-IMXRT1050; so i am wondering what is the time needed to access peripherals registers.