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.

Need a software example code for testing cc1121 on EXP430F5438

Other Parts Discussed in Thread: CC1121, MSP430F5438

Need a software example code to test the peer to peer communication between two nodes using RF Transceiver-CC1121 on EVK-EXP430F5438

  • Hello,

    Please take a look at the "cc112x_easy_link" example in

    http://www.ti.com/lit/zip/swrc253

    Regards,

    David
  • Thanks for the reply. But these example codes are for TRX Eval board, in that code they are printing logs and instructions on LCD. I think this code need to modify for EXP430F5438. Is there any other code which can directly work for EXP430F5438 ?
    If not then which changes I need to make in that code for make that working ?
    Please help.
  • Correct, you will have to migrate this code to work on the EXP430F5438, please review the following post:

    http://e2e.ti.com/support/wireless_connectivity/f/155/p/247430/866434
    "The CC1121 will work on the MSP430F5438 Experimenters board, but it does not use the same UART/USB chip and therefore you will not get the same user experience as you will get the TRXEB (in particular SmartRF Studio does not work with the experimenters board)"

    And for the changes:
    1. Start with the HAL
    1a. Verify which USCI (SPI) is mapped to the RFx connectors and if needed, make the proper modifications
    2. Review the function initMCU()
    2a. Update the bsp funcions calls, you will need to review and update most of the files inside the bsp folder. Please take a look at the MSP-EXP430F5438(A) Example Software (Rev. L) - http://www.ti.com/lit/zip/slac227 (src\MSP-EXP430F5438_HAL)

    Hopefully this helps.

    Best regards

    David

**Attention** This is a public forum