Hello,
I'm writing a firmware for the nrf52840 with a GPS\GSM module connected via UART.
I would like to ask what would be the best library\approach to interact with this module considering that:
1) I need to continuously read from the UART (with as low CPU resources as possible) and receive a callback when the <CR> character is detected.
2) I need to send commands while reading is in progress
I have seen that there are many different libraries (UART\UARTE drivers, UART\UARTE nrfx drivers, Serial Port library, libUARTE, etc.) and I have read a lot of discussions, but all seems very confusing.