This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi,
I am woring on IWR1443 board 4k_fft_demo code. I have inserted a few printf statements in between but i cannot see the statement being printed on the console. Neither do I see the Syetem_printf statements in the code being printed anywhere. How do i get them printed on console? My build settings as mentioned in other related posts is as-
Build -> Advanced Options -> Language Options -> Level of printf/scanf support :Full
In Debug ->Program/Memory Load Options "Enable CIO funtions use" is checked.
Having done all this, why am i still not able to see the print results?
Also the System_printf and other SDK funtion definitions are not accessible? How can i access them?