STM32H743 QUADSPI two independent bank operation example code
do anyone have example stm32h43 or even any stm32xxx QUADSPI example code
i am using STM32H43 QUADSPI and i have configured BK1 to control a flash and BK2 to control a ram
BK1 works flawlessly when FSEL - 0 (U4, flash1 selected) but BK2 cannot work properly when FSEL = 1 (U5, flash2 selected)
just sending a read status register 1 instruction (common for both devices) only command to the devices is the easiest way to check the hardware working proper or not
the same code works on BK1, i got toggle the WREN bit and read it out but not on BK2
i can see all the correct waveform on BK1 but when flash2 is selected, BK2-IO0 which is the SI for the ram U5 do not have the instruction bits which was present on BK1-IO0 when flash1 was selected
so, the only way to find out what is happening is to get sample working code to use it confirm if my setup is correct
my schematic follows the recommended connection in the ST reference documents for two independent flash
the only connection that is common is the quadspi-clk, see attachment
thanks
john
