Content originally posted in LPCWare by SOTA on Mon May 16 15:30:01 MST 2011
This something i've just tried with the LPC1343 - under freertos, redlibw/semihosting, and integer only printf - seems to work fine for the first 3 lines output, and the causes a hardfault while in the middle of printing out a differnt string ... EDIT : source found: DOH! forgot to allocate extra stack space for printf() !
So it works fine :)