Hi, I am having trouble to breakpoint into the stm32f10x_can.c code. Got a error 35 and undefined line number.
I do have optimization set to level 0. Any idea what might be wrong?
*** error 35: undefined line number BS \\VIP_BOOTLOADABLE\../../Common/LIB/src/stm32f10x_can.c\966 ______________________^ *** error 35: undefined line number
Thanks, ***
Hi
Probably the line where you are trying to put a breakpoint has no executable code ?
There is switch case code.
This issue is after I flashed the fw, then F9 set breakpoint. Everything looks fine until I start debugging. Then the error came out.
Never mind, the function doesn't get called. Thx