Tool/software: Code Composer Studio
Good morning, everyone,
I use the MSP430FR2433, my purpose being to transmit information between two MSPs, I need to monitor the progress of the program implementation during the transmission. For this reason, in order to debug my code, I would like to display the value of some variables, to see if loops execute well for example. However, after several searches I still can't display the output of my "printf" in the console. However, I followed the steps mentioned on the page. (http://processors.wiki.ti.com/index.php/Printf_support_for_MSP430_CCSTUDIO_compiler) nothing is displayed in the console. Cannot find to modify the "Library Function Assumption " section as in the tutorial. However, I managed to find some parts of the values I'm looking for in a UART_analog.out file, but having a clean feedback would be more interesting for me.