Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: Access Breakpoint on float not possible? (5 Replies)

$
0
0
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

Viewing all articles
Browse latest Browse all 3049

Trending Articles