Hi everyone! I have probelem with receice data over UART. In the other MCU use core ARM as : STM32, NXP... when a byte is recieved, MCU has flag to notify. That is "interrupt". But in the NRF52, I can't see it. I always use "polling" mechanism to receive data. How can I use "interrupt" to receive data? thanks!!!