This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1350: Modifying Board files for custom board with CC1350F128RSM

Part Number: CC1350


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:

http://dev.ti.com/tirex/content/simplelink_cc13x2_sdk_1_60_00_29/docs/ble5stack/ble_user_guide/html/ble-stack-5.x/custom-hardware.html

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?

  • Hello Marsstar,

    If you are using a BLE then the .c/.h files are not going to be in the project. They will be located in the sdk source and the project will link to them. To find them go into board.c and look for the #include and follow it. You are able to create your own and have it in the project as long as you replace the #include to include the new path isntead of the default one.

    Regards,
    AB