nrf52840 DK description and schematic do not agree for external debug port P19

I am attempting to connect my nrf52840/52811 DK to my custom PCB that contains nrf52840. The DK users guide describe the connections on the P19 debug out port but I can see on the schematic for the DK that something is incorrect. Specifically, the UG says that Pin1 is "EXT_VTG" and is used to select this port for debugging by connecting a 3V level. The schematic shows pin1 as an optional "power out" to my custom PCB and is not connected to anything if I don't short one of the two solder bridges. Also, the schematic shows that pin 3 is a "select" pin while the UG claims that this is GND. The UG also says that pin 9 is an "EXT_GND_SEL" but doesn't explain what this is for!

Can anyone tell me the correct pin functions for this port and also confirm that the "select" function is done with a 3V level? It would have made more sense to me to have the "select" function done with a connection to ground so just want to make sure I have that right!

Parents Reply Children
  • Hi Kenneth. Yes, that is true. However, the signals routed to the Debug Out connector come from the "interface MCU" so they could potentially be either polarity. I suspect that it is an active-low, but nowhere in the literature is this explicitly stated. I have it currently connected as an active low, and since I also now have the "select" line pulled low (instead of high as all the published documentation tells me), I can now program the part on my custom PCB. I am still having issues getting the debugger to start but I think I may need to adjust my RC values on the reset line for faster response. That's todays project!

  • I can confirm that the reset signal is active low. I monitored on the scope while the system was programming and configuring and it normally sits high with an occasional drop to low.

Related