Hello All,
I am using a PE Micro Multilink Universal tool with my KEA128. I have a breakpoint on a piece of code.
if(!i2c_temp_sensor_found) {
WindowAverage_AddSample(&vInternal_Temp_average, ADC_GetSample());
}
The breakpoint is on the if statement. I get the warning "Not all breakpoints could be written. Continue?"
I click yes and I break on the if statement.
If I continue (F8) the code seems to go nowhere. If I press pause I am halted at the same line!
If I step into (F5) or step over (F6) I am shown an empty page _isr_vector() at 0x00 and told there is no source available. Pausing again I am at the same breakpoint. Can anyone explain what I am doing wrong with this debugger?
Hi @MichaelBMiner ,
KEA128 only support 2 breakpoint. If there is more breakpoints added, IDE will generate a warning and it can't execute correctly.
Regards,
Jing