2022-06-15 05:49 AM
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