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