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 ?