Associate
April 20, 2023
Solved
STM32H7 Write to QSPI using Filex and Levelx. Issue at fx_media_format.
- April 20, 2023
- 2 replies
- 2952 views
Hi,
I am using the STM32H747I-DISCO and wanting to write to the QSPI using Filex.
I tried using the example FX_Dual_Instance, but could not get this working. Since then I have built a project step by step using the CubeMx initialization tool.
Both times my code stops (gets caught in a loop) at fx_media_format. When drilled down with the debugger I found it was waiting for a thread to execute?
Any ideas what I'm missing. I've attached my project below.
Couple of things to note:
- Hardware works and has successfully been manipulated using BSP package just not through filex commands
- stm32cubeIDE version 1.12.0
Thanks,
Hannah