Hi,
I am working on nrf5340. I would like to change the TX and RX default pin of uart0 to <33> and <32>, I modified the file "nrf5340_cpuapp_common.dts" as below.
The issue is that If the FW is without BLE, it works(e.g. load the zephyr/samples/hello_word), if the FW with BLE, doesn't work, I can not see any message out from the UART.
If I use <36> and <37> pins, it works with BLE. What is the cause of this issue and How do I assign PIN 33 and PIN 32 to UART0?