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/CC2640R2F: Same definition couldn't enable log function successfully

Part Number: CC2640R2F

Tool/software: Code Composer Studio

I'm using CC2640R2F to complete my design. For there's only one hardware uart on CC2640R2F, so i create another emulated uart with sensor controller studio and app to board successfully in project SimplePeripheral.

Recently, i wanna adopt the uart emulator to SimpleCentral project and make the same definition as before, but it just could go as i want.

Details:

As presents in the picture,  i define xdc_runtime_Log_DISABLE_ALL as required but when choosing "go to definition", it just goes to wrong value.

I have checked several times that i'm using the same configuration as i did in simpleperipheral, but it just culdn't work as expected.

Where should i change the configuration? Looking forward to anything helpful.

Thanks.

  • Hello,

    Could you please share us your project? It might be easier to debug it this way.

    Thanks,

    David
  • Sorry to reply late, i was on personal leave yesterday.

    The programe runs well now, but i'm quite sure i didn't change anything, it looks like that the CCS didnt make correct response to my modification in real time, and after a while (it's pretty long in fact), it finally compiles right....

    The definitions now:

    You can see that it's the same as i posted last time.

    I'm not very sure what happened, but it finally become what it should become, HAHA

    Thank you for your time (if you want more information about the case, just tell me your request)