beegee-tokyo / SX126x-Arduino

Arduino library to use Semtech SX126x LoRa chips and modules to communicate
MIT License
235 stars 64 forks source link

interrupt handling #117

Closed nic2019 closed 7 months ago

nic2019 commented 9 months ago

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.