everyone~ I'm using NRF52840 board for getting location data(latitude, longitude, satellites) from RYS8330. Currently uart0 is used to another function. So I should use uart1 with another pins. How can I initialize the uart1 and assign pins?
I had searched many samples in zephyr library. But I can't find anything similar to my purpose.
I recommend the DevAcademy guide on the nRF Connect SDK. In short, you can use pinctrl to change pins for the drivers.
EDIT: Since I should explain how instead of linking. Docs are in the above pinctrl link. For an example on pinctrl, see https://github.com/nrfconnect/sdk-nrf/blob/v2.5.0/samples/zigbee/ncp/boards/nrf52833dk_nrf52833.overlay, which is like this: