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

Execution of callback routines of interrupts (i.e. timer1)

Execution of callback routines of interrupts (i.e. timer1) This article applies to: DolphinAPI Question What are the allowed operations and execution duration of callback functions?How often an interrupt event can occur? Answer Overview on interrupt callback If planning an interrupt callback you have to consider this facts: As all interrupts have the same priority (except the UART interrupt) it […] Read More