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.

CCS/LAUNCHXL-CC2650: printf does not display

Part Number: LAUNCHXL-CC2650


Tool/software: Code Composer Studio

Hello,

How can I print values on the console? It doesnot print anything even though use printf(). Here is the   

  • Hello,
    Please carefully read the below article:
    dev.ti.com/.../

    The fist thing to check are the stack and heap sizes. Note that they can be specified in both the project properties and the linker command file. The latter will override the former (if it is specified there)

    Thanks
    ki