Question
Stack Pointer Alignment ? (printf float problem)
Posted on October 22, 2013 at 17:30
Hello,
I am observing variables of my application with IAR Terminal I/O while debugging.But when trying to printf() float values, like; printf(''%f '', myFloat); Terminal I/O gives %f as output.After checking over internet, crossed that technical note on IAR's support site:So, how can I align Stack Pointer in my code at 8 bytes? Thanks already!