Hello,
ich have a custom board (with nRF52840 chip) which is programmed over SWD. So the Port ist easy accessable. As base software I am using example/radio_test.
I like to use the connector after programming as uart, so my idea was to configure SWO and RST pins as UART, which are not really used during programming. SWO/P1.00 works fine as e.g. TX but RST/nRESET/P0.18/K6 doesn't work as TX or RX.
Disabling RST through writing 0x0 to PSEKRESET[0..1] doen't help.
GPIO should be available on K6 as in Table 143 of nRF52840_PS_v1.1.pdf, do I need to implement bitbanging UART?
Regards
Ben