Hi I know that the nrf51 radio blocks the micro during rx/tx. Does the NRF52 the same? I have to implement 2 software uarts. Dig
Hi I know that the nrf51 radio blocks the micro during rx/tx. Does the NRF52 the same? I have to implement 2 software uarts. Dig
Some of the softdevice interrupts have higher priority than anything else in the system so they will block lower priority interrupts from running at times, just as the nRF51. The timings for the maximum periods the softdevice will have priority are in the softdevice spec.
Some of the softdevice interrupts have higher priority than anything else in the system so they will block lower priority interrupts from running at times, just as the nRF51. The timings for the maximum periods the softdevice will have priority are in the softdevice spec.