Hello Everyone,
I am using NRF52833 in my project and I have my NRF module connected to 2 other microcontrollers on UART peripherals. The details are mentioned as below:-
1) NRF52833 connected to MCU A
RX pin of nrf- P0.29
TX pin of nrf- P0.28
2) NRF52833 connected to MCU B
RX pin of nrf- P0.30
TX pin of nrf- P0.31.
I have successfully configured connection to MCU and I am able to transmit data from NRF to MCU A and receive data on NRF from MCU A.
Now I have to add another UART in the code so as to communicate with MCU B. What will be the steps to add one more UART configuration?? What is the procedure to do so.
Thanks & Regards,
Snehal.