Home arrow Support arrow Forums

Luminary Micro Forums

rgroleau

Fresh Boarder

2008/09/15 08:47

Re:sprintf causes FaultISR to execute

My guess is that you should cast your 16-bit integers as 32-bit longs, since the *printf functions of the driver library are taking long integers from the stack. Same goes for the float, it should be casted as double.

login or register to reply

      Topics Author Date
    thread link
sprintf causes FaultISR to execute
sgmcclellan 2006/12/13 20:23
    thread link
thread linkthread link Re:sprintf causes FaultISR to execute
Viktor 2006/12/23 10:05
    thread link
thread linkthread link Re:sprintf causes FaultISR to execute
inakiz 2007/01/20 19:03
    thread link
thread linkthread linkthread link Re:sprintf causes FaultISR to execute
jberezin 2007/01/26 14:26
    thread link
thread linkthread linkthread linkthread link Re:sprintf causes FaultISR to execute
tinroofrusty 2007/01/26 17:10
    thread link
thread linkthread linkthread linkthread linkthread link Re:sprintf causes FaultISR to execute
jberezin 2007/01/26 17:19
    thread link
thread linkthread linkthread link Re:sprintf causes FaultISR to execute
rgroleau 2008/09/15 08:47