Part Number:CC1350
I've ported a CC2640R2F BLE microstack project to the CC1350, but it is not properly sending or detecting packets. I'm using code from https://github.com/ti-simplelink/ble_examples/tree/simplelink_sdk-1.50/examples/rtos/CC2640R2_LAUNCHXL/bleapps/uble_bcast_scan.
I first tried to use the microstack files in CC1350 SDK 1.50, but these wouldn't compile due to variable definition issues. So I copied the ones from the CC2640 SDK 1.50, and it compiled, after a few minor changes. The application runs, but it appears the radio is not responding correctly, as no packets are sent or detected. The same project runs properly on the CC2640.