Me and my friend, we are working on a project here in our apartment through the communication of two CC1310 through the UART. My friend has already opened two posts and thanks to you we found some chinks to finish it. Now I'm debugging all the code, but I found some anomalies. Right now the WoR Mode works quite well, the two devices communicate with each other by exchanging messages. I have these questions:
1) Using RX-TX in a single device, I find myself as a consumer 1uA. It seems that the transmission is always on. How can I solve this?
2) In the Callback function, I store the packetDataPointer variable inside an MAX_LENGTH array, I try to print this variable out to the callback function, but it doesn't work. Within the function, yes. Why?
3) When I want to send the package, I have the packet value [0] in RF_cmdPropTXAdv.pktLen. I'm sending characters from the serial, so if I send "test" I have 4 characters and this must be the length. So, I opted to use RF_cmdPropTXAdv.pktLen = strlen (myvariable), but with this function it doesn't print anything on the reception.
Can anyone give me some information?
Thanks!

