Skip to main content
MYadw.2
Associate II
June 15, 2022
Question

Hello, I am using STM32f746g discovery board and with appwizard generating the ui for the board when i flash the generated code i am not getting the desired output.?

  • June 15, 2022
  • 0 replies
  • 636 views

In debug it is going into the hardfault handler and the code is not starting from the main it is starting from

__STATIC_FORCEINLINE void __DSB(void)

{

 __ASM volatile ("dsb 0xF":::"memory");

}

and when i step over from here it is going to main()

after that i run continuously it is going in the hardfault and i dont know what is the problem.

Using Segger Appwizard for creating UI for STM32746G-Discovery board

This topic has been closed for replies.