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-CC1310: CC1310 LaunchPad

Part Number: LAUNCHXL-CC1310

Tool/software: Code Composer Studio

I am trying to control an LTE modem using the UART module. My code works perfect when I run it independently. But when I try to merge my code with the concentrator code in order to collect data from the sensor nodes to send it to the cloud, for some unknown reasons CCS starts asking me for the UART.c file and then when I provide the location of this file the execution gets blocked at line 1028 in file UARTCC26XX.c.

Could you please explain me why my code is not running inside the wsnConcentrator project?