Hi,
I am having difficulty changing the UART Tx/Rx pins of nrf52840 (custom board) in the direct_test_mode example project in the SDK 16.0.0.
Based on https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Findex.html
I should be able to easy modify these pins:
"The default selection of GPIO pins are pin 8 for RX and pin 6 for TX. These defaults are defined in <InstallFolder>\examples\bsp\board.h
and can be changed by editing the values of the symbols RX_PIN_NUMBER and TX_PIN_NUMBER"
But the <InstallFolder>\examples\bsp does not exist in SDK 16.0.0, Where are these files?And also which compiler can I use to compile the project?
Thank you