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,
1)uart emulation code Build is working but while debugging i am getting error
Cortex_M3_0: Failed Board Reset: (Error -600 @ 0x0) A required dynamic library could not be located. The library isn't on the search path. (Emulation package 8.0.27.9)
IcePick_C: Error connecting to the target: (Error -600 @ 0x0) A required dynamic library could not be located. The library isn't on the search path. (Emulation package 8.0.27.9)
2) And i tried to create a new project there build and debug both are working but echo of data is not working means data is not transmitting and in ccs while running it going in to scCtrlReadyCallback() function but after that it is not going in to scTaskAlertCallback() function
3)In sensor controller studio for uart only one function is there but i need tx and rx API for uart .If it is there please provide
Regards
KUMUDA