We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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