Part Number: LAUNCHXL-CC1350-4
Tool/software: Code Composer Studio
I'm using the cc1350 launchpad to detect radio packets from one of our products. When I use SmartRF Studio 7, I am able to put the device in a continuous listening mode that allows me to watch packets stream in. Everything looks good on the stream with the exception of a crc error warning (Which makes sense because the packets don't include a crc). I have set the do not check crc bits to allow the packets to not be ignored. When I import the smartrf_settings .c/.h into the rfPacketRx_cc1350_launchxl_nortos_ccs example project, I commented out the line that re-enables crc checking then ran the program. I am only getting one packet in the callback function, then the program appears to be frozen (or sleeping/waiting on another packet, who knows). This smells like some sort of setting not being configured properly, so I am looking for introductory guidance. I can provide my smartrf_settings files privately.
Thanks,