I am using CCS 5.3 with SYS/BIOS 6.34.2.18 on MSP430F6638.
My question is how could I write something to Console from my program?
I have tried to follow the recommendation about "printf()" from TI Wiki, enabled full printf support and increased heap size to 1024. But nothing works. In a contrary, in a simple CCS project without SYS/BIOS all works just fine only with heap increasing.