Hello,
I need to read the RSSI value from my CC1111EMK868-915 Dongle. I am working with IAR Embedded Workbench. I need to use it in the USB testproject to transfer it via USB. For this I am using the ide/usb_app_ex from this page. Further I tried to get the RSSI value following this guide, but when I compile it I get the error that the function
halSpiReadStatus(CCxxx0_RSSI);
in my case CC1111_RSSI (but that does not matter at this point) can not be found. If I search for it in IAR Embedded Workbench using Ctrl+Shift+F to look in ALL files I can not find it either. So I need to get this function anyhow or get the RSSI value in another way.
I hope the description of my problem is precise enough, if not let me know and I will update my question.
Luisa