We're targetting the nRF51822 and use the pc-ble-driver (via connectivity_1.1.0_115k2_with_s130_2.0.1)
Currently I'm using the dev board and the virtual COM port connection works. But ideally I would like to flash this same .hex file for production, just connecting the UART for coms instead.
So questions:
- Does anyone know if the UART is enabled on that hex and what on which pins?
- If the answer to above is "not available, you have to recompile", can anyone point me to the source (or header) file where to setup that?
I found questions like this LINK but it seems to ask to change the UART pins, I don't want to change them, I want to simply know which ones are already configured, so we can plan our hardware using the same ones.