Content originally posted in LPCWare by xjx on Fri Nov 06 05:50:14 MST 2015
Quote: R2D2
Just change it in MCU Linker->Managed Linker Script...
Hello, i could do as you suggested. I can see that the semihosting libraries are compiling, and the size of the linker output has increased.
However, printf is still not working. I have checked that __main() initilizing redlib is present at startup code.
are there other steps I should complete before printf can write to console?
thanks!