SX126x-Arduino icon indicating copy to clipboard operation
SX126x-Arduino copied to clipboard

interrupt handling

Open nic2019 opened this issue 2 years ago • 0 comments

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.

nic2019 avatar Jan 29 '24 08:01 nic2019