BLE:
I have used the CC1350 Launchpad (CC1350F128RGZ) to test the "simple_peripheral_cc1350lp" application, and I could read the RSSI values from my smartphone for BLE.
I would like to port the code to my custom board which has the CC1350F128RSM on it. I made sure my board and antenna are working by running the SmartRF Studio TX/RX Packet plug-and-play program.
Where can I find the board files? I only see the c-file "board.c" inside the "Startup" folder.
Where is the header file?
I'm trying to follow this guide:
I can't find these x_LAUNCHXL.c/h board files:
- CC26X2R1_LAUNCHXL.h
- CC26X2R1_LAUNCHXL.c
Do I have to modify anything in the stack application code?