Telegram transmission stops after a while
Telegram transmission stops after a while This article applies to:DolphinAPI 2.0.0.0, 2.1.0.0 QUESTION I am having an application that receives and transmits radio telegrams. When I start the application it works ok, but after a while it stops transmitting telegrams. My source code is the following: while (1) { CLR_WDT(); // Handle radio to uart traffic if (radio_getTelegram(&rTelIn, […] Read More