In Atmelstudio 6.1 I debug my AVR 328
When opening Quickwatch I tried to analyze a problem and due to unexected problems I stripped down the problem to this:
Entered expression is (float)(1000), also tried with .0F
(float)(1000) 1148846080 float
(float)(1000.0F) 1148846080 float
What the heck is going wrong ?