Hi,
I am using NRF52832 with SDK17.0.0.
I want to use app_uart module without physical TX/RX pins.
Cause I just want to utilize fifo module to handle data through bluetooth.
Do I have any way to disable these 2 pins?
Hi,
I am using NRF52832 with SDK17.0.0.
I want to use app_uart module without physical TX/RX pins.
Cause I just want to utilize fifo module to handle data through bluetooth.
Do I have any way to disable these 2 pins?
Hi,
The FIFO library is an external library from app_uart. You can use it directly on its own, similar to how it is used in the app_uart library.
Best regards,
Jørgen
This really helps.
Thank you so much.