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/CC1310: Problem transferring the firmware from the demoboard with CC1310F128RGZ to CC1310F128RHB

Part Number: CC1310

Tool/software: Code Composer Studio

I developed the firmware with launchpad demoboard with CC1310F128RGZ.
Now I have to transfer the firmware to my electronic board with CC1310F128RHB.
My firmware is based on the example rfEasyLinkRx_CC1310_LAUNCHXL_nortos_ccs, on the demoboard it works correctly but on my electronic card it loops on this line

if (EasyLink_init (& easyLink_params)! = EasyLink_Status_Success)
{
while (1);
}

Is there any configuration to do for the CC1310F128RHB ?