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.
Hello,
I run into this reference design (http://www.ti.com/tool/TIDA-01531?keyMatch=CC1350%20BUS&tisearch=tidesigns#). I want to ask if there exist source code for this? I want to start using CC1350 and WMBus but I down have any clue how to start.
Did you install it? After installation is complete you can open C:\ti\wmbus_cc13x0_rtos_1_2_0\wmbus-cc13xx-rtos-1.2.0\ide\ccs\CC13xx_RTOS_Lib_Use project in CCS. You should see the source code there if I am not wrong.
Regards,
Prashanth
in file "app_aplCollectorRtos.c" is a few methods which arent called, but if the comment are right they should be important functions. Like "wmbus_apl_evt_rx" which should be called for every received message, but I didn't noticed where this function is called