Part Number: TIDA-010024
Other Parts Discussed in Thread: CC1352R, , CC1312R
Tool/software: Code Composer Studio
Hello,
I am using CC1352R board, Simplelink sdk 2.10.00.48 and TIDA-010024. I am trying to send data from “debug_root_push” to “debug_push”.
But I’m not able to understand/identify the functions that are responsible for sending the data (from “debug_root_push“) and receiving it (in “debug_push” code).
While trying, my general idea was to replicate the methods found for Data sending in the end node (“debug_push” code) to the root node (“debug_root_push). Found out that there were no functions named ”sample_udp_push” in the root side, so I copied it, I called the function in case “APP_TX_DATA:” in app_task() function but it didn’t work. I am not able to figure out the problem, is it with the replication of code or with UDP.
Since I noticed that “debug_push” is the UDP client and “debug_root_push” is the UDP server. Am I supposed to reverse that implementation (i.e server on the node side and client on the Root side)?
Thanks,
Kartik.