User Activity

Posted on January 16, 2013 at 16:24Hi All! I have some issue, when I make an arithmetic operations using my STM32F4 Discovery.simple example:float a = 3.2, b = 2.5, c = 0;c= a +b; When I run this code, I get Hard Fault Exception.What possible reason...