Program stuck Thread #1(User request), while debugging
I am using stm32g070rbt6 controller for my project, with 16MHz clock.
Peripherals included in my project,
1.UART
2.I2C
3.TIMERS(tim14 & tim17)
Issue is like when I'm in debug mode, I couldn't able to go step by step code but when I put the breakpoint after the peripheral initialization, it keep hitting the same breakpoint and it feels like strange behavior
Please help me out in this
Thank You
