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.

SimpliciTI AP as Data Hub Example in CC2531

Other Parts Discussed in Thread: SIMPLICITI, CC2531, CC2530

Hi,

Is it possible to port the AP as Data Hub SimpliciTI example to the CC2531(USB/Dongle module). If yes, what are the changes to be made?

I tried doing it after changing the Target Device option in IAR EW but still could not get it working. Could you suggest the way to make the same work in CC2531.

 

  • You will also need to change the device reference in the project options under the C/C++language -> preprocessor tab.  At the bottom, put an x in front of the MRFI_CC2530 and remove the x in front of xMRFI_CC2531.  If the MRFI_CC2531 is not listed, just change the MRFI_CC2530 to MRFI_CC2531.  Also you will need to change the header file references similarly.

    Jim Noxon