Debug problems AC6
Hi,
I am new to stm and system workbench enviroment. I am using the STM32F205VB uC and the HAL library.
I have multiple interrupt routines loacted in the same file, when I try to set a break point on some of the ISR’s I get the following error:
“Warning: the current language does not match this frame.”
Where the only available breakpoint is loacted in main and it is informed that there is no second breakpoint.
This is the case for all the ISR’s if the breakpoint is set before the debugger is started. If the debugger is started then the breakpoint is set, the breakpoint is registered for one of the ISR’s routine (not alll).
See attachment for more detailed information.
Any suggestions?