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.?
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...