Is there any way to produce an output to the debug console from a program with this MSP430 development kit (flash 2k, ram 128 byte)?. I tried to use printf / stdio.h but - of course - I get a linker error because it cannot place some 4k into the .text section. I set the " printf_support=minimal" as described, in compiler as well as linker options. I use CCS 4.2.3.00004 with restricted size.
Maybe there is any other way to do it without using printf. If there is, please let me know.