I am trying to use SPI master + UART concurrently on the nRF52840 dongle. I am aware that the GPIO pins on the dongle can be used for SPI or UART. However, when trying to combine the SPI and UART examples from SDK v16, both UART and SPI fail to work. I have checked my sdk_config.h file, and have played around with changing the RX,TX pins for UART as well as tried to change the SCK, MISO, MOSI, SS pins for SPI, but to no avail.
Can anyone please help me out, or point me in the right direction when it comes to making SPI and UART work concurrently?