Hi!
I start to learn STM32 (STM32F103GB on MCBSTM32 board, example project "blinky") and have faced with following problem: I can't insert breakpoint in C and "insert/remove breakpoint" button on Debug Toolbar always disabled. The only way to define breakpoint is double-click on grey window bar in disasm window. Program executed, breakpoint in disasm occurs... but what can I do to use breakpoits in C?
Regards, Ilya.
what is wrong code does not compile properly.
\\file\\drivec\keil\c51\example\ringer\tang.c
Did you build with debug information, so the editor can translate from source code line to assembler instruction?
View all questions in Keil forum