2023-12-20 05:38 AM
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
2023-12-20 05:47 AM
Hello @NAdim.1,
Check the optimization level of your project
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-12-20 09:20 PM
Hello Sarra,
Thank you for giving reply,
Below is the optimization level of the project