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.

CC1352P: C1352 Dmm 15.4 collector and BLE SetParamter

Part Number: CC1352P


I am currently working with the dmm 15.4/2.4 collector example and have successfully added additional BLE services to the application. I am experiencing issues and don't know the best way (location in application) to preform BLE setParameter to send/broadcast to ble. I do not know if a seperate task needs to be created to handle this "sync" of 15.4 data to ble. What is the proper route to handle this data exchange. 

  • Hi Corey,

    I think you have lots of flexibility offered to you in order to solve that problem, but you given that you are using TIRTOS7, you could do it using a Mailbox.
    The 15.4 task would post to it, and the BLE task would consume it, saving you from the sync issues that may arise.

    You have some example code under source\ti\posix\tirtos\mqueue.c, but if need be, I can provide you with a code snippet.

    Regards,

    Arthur