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.

TIDA-010024: 6LoWPAN mesh topology with cc1352 TI 15.4 stack, unable to set end node as debug poll.

Part Number: TIDA-010024
Other Parts Discussed in Thread: CC1352R

Hi all,

I am using SDK2.4 and controller cc1352.

According to TIDA_010024 document i have implemented following steps

1. imported cc1352R TI-15.4 sensor example from sdk 2.4.

2. copy the 6lowpan folder from 6lowpan_mesh_ti_15_4_cc1312_tirtos_ccs to sensor application. And Replaced sensor Application folder with 6lowpan_mesh_ti_15_4_cc1312_tirtos_ccs application folder.
3. overwrite sensor app.cfg, cc13x2lp.cmd and ccfg.c files with 6lowpan_mesh_ti_15_4_cc1312_tirtos_ccs app.cfg, cc13x2lp.cmd and ccfg.c files.

4. updated predefined symbols and include option based on 6lowpan_mesh_ti_15_4_cc1312_tirtos_ccs example.

Up to now i build sensor application, i haven't get any errors.

5. In sensor example copied debug_poll and debug_root_poll folders from 6lowpan_mesh_ti_15_4_cc1312_tirtos_ccs example.
6. And in build configuration i added debug_poll and debug_root_poll . I selected debug_poll for end node. and build the project, i am getting following error.

This project does not contain a buildable RTSC Configuation(.cfg) file. In order for it to build, this project must contain one RTSC Configuration file that is not excluded from build.

5th, 6th steps are not mentioned in document, but to select build configuration to debug_poll , i copied debug_poll and debug_root_poll folder.

1. is this step correct????is it required to add these folder(debug_poll and debug_root_poll)????

2. And How to sensor example configure as debug_poll for end node and debug_root_poll for data collector????

3.How to join end node in mesh network and what is the joining process ????