Hi everyone !
I am just trying to send some data with a prinft function with the aZ430 and the target board RF2500, using CCS v5.3.
I followed everything that was said there : http://processors.wiki.ti.com/index.php/Printf_support_for_MSP430_CCSTUDIO_compiler . I redefined fputs and fputc as suggested, changed the heap size, etc. I adapted the baudrate to 9600 (Clock at 1MHz and thus UCBRx at 104), and the registers that are mentioned on the wiki to the ones of the MSP430f2274 of the target board. I also installed the terminal window in CCS.
However, when I send basic stuff with the printf function, such as "hello", I can only receive in the terminal window weird characters like "ÿÿÿ~þ~þ~"... Does anyone know how I could fix that ?
Thank you very very much for your help :-)
Samy