Hi.
There is a piece of code in the RadioBgIrqProcess function:
...
BoardDisableIrq();
Required = false;
BoardEnableIrq();
...
Why are the BoardDisableIrq() and BoardEnableIrq() functions empty for board "nrf52832" ?
Similar functions for board the ESP32 contain code.
As I understand it, they have the same CPU : Cortex -M4.
Hi. There is a piece of code in the RadioBgIrqProcess function: ... BoardDisableIrq(); Required = false; BoardEnableIrq(); ... Why are the BoardDisableIrq() and BoardEnableIrq() functions empty for board "nrf52832" ? Similar functions for board the ESP32 contain code. As I understand it, they have the same CPU : Cortex -M4.