Two instances of OCTOSPI not working simultaneously on STM32H7A3ZGT
Hello,
I am developing on the STM32H7A3ZGT and I am trying to use both OCTOSPI instances that are on the microcontroller
I am able to use both of them separately (only initialising one instance) but when I do both the initialization only the last initialised instance is working fine.
I get no errors codes from any function on the first octospi instance that is initialised, but the data that I receive are all "0".
If I switch the init order it switches the instance that is working.
I am working on cube MX V6.6.1 but I tried generating a new project on the latest version and I get the same result
Tank you for your help,
Best regards
Augustin
