This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Access Breakpoint on float not possible?

Hi,

I am using an STM32F4 / Cortex-M4 and MKD-ARM 5.18a

following my last question and starting a bit more simple.

I can set an ACCESS BREAKPOINT with a condition (not a CONDITIONAL BREAKPOINT) on a integer variable:
BS write uiDebug == 0

But i can't set the same thing for a floating point variable.
BS write fDebug == 0
results in: error 71: invalid expression type

Keil User Guide says: Expression must reduce to a memory address and memory type
But want does this mean?

Timo

Parents Reply Children