Other Parts Discussed in Thread: CC1310
I'm trying to run an example of contiki/ipv6/simple-udp-rpl/broadcast-example. The program of this example is loaded on two CC1310 LaunchPads. The problem is that none of the devices sees the packages that sent from the other device. I verified that the devices are sending the packages by a receiving them by other devices outside of this project.
In debugging mode, the program never stops at the stop point inside the function static void receiver(...) in the file broadcast-example.c
Also, the program never stops in the process of PROCESS'THREAD (simple udp'process, ev, data) inside the block if(ev == tcpip_event) in the file simple-udp.c
Please help me to understand how to run this example correctly so that each device can see packages from the other.
Please help me to understand how to run this example correctly so that each device can see packages from the other.