Good evening to all. I'm working on my messaging project between two cc1310s. Inside are implemented peripherals such as UART, memory and maximum protection of FLASH. The main task is to send and receive data via RF. I'm using the latest version of Tirtos. The basis of my project is low consumption, that is, structured with WakeUpRadio mode. Initially the consumption of my device is 1.4mA and when I transmit it lowers to 0.5mA and I press the button to make it return to 1.4mA. This is because I use RF_yield () because I sent a command and then close the reception. I tried the same thing in the WoR TX example and consumes 0.2uA. What can this 0.5mA depend on? Can the serial consume so much? Is there anything I miss?
Every answer is a huge thank you