cancel
Showing results for 
Search instead for 
Did you mean: 

F769 EVAL QSPI_Executeinplace example code

andrewpei
Associate

when running the QSPI_Executeinplace example code on the stm32f769i_eval board,the program enters HardFault_handler() after executing GpioToggle().i just remove the QSPI_DummyCyclesCfg(),in GpioToggle() the GPIO Not Taking effect,so How can I solve this problem?      thanks

2 REPLIES 2
Imen.D
ST Employee

Hello @andrewpei ,

Use a debugger to identify the exact instruction causing the HardFault.

Have you made any updates to the example?  If yes, please share the exact modifications you made and the debugger output when the HardFault occurs?

Ensure that the QSPI and GPIO peripherals do not have conflicting configurations or resource usage.

Ensure that the dummy cycles are correctly configured as per the QSPI memory datasheet.

Remember to use the latest release of CubeF7 firmware package.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Saket_Om
ST Employee

Hello @andrewpei 

Please refer to this article to debug hardfault.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
Saket_Om