I am trying to add EasyLink to a CC1350 BLE Stack project. The BLE part of my app works fine. However, i am running into an issue where Hwi_construct just hangs forever inside the rf_init function of RF.c driver file.
I'm using IAR 7.40.7.9865 and tirtos_simplelink_2_14_03_28. I have added the files from the EasyLinkRx example project and the RF.c driver file to my project
EasyLink.c
RF.c
smartrf_settigs.c
smartrf_settings_predefined.c
EasyLinkRfTask.c
The project compiles and links without warnings or errors and my tasks and BLE work fine, but as soon as i try to init EasyLink, the program hangs. I have configured the correct pin and FE configuration for my board so LPRF can coexist with BLE, which is on the other rf pin. Is there something else that i need to configure or link to to get the LPRF radio to work?