This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

using Debug OUT

Hi. I made my own board using nRF51822AC. I want to connect this board to PCA10028. There is Debug OUT port(P19). Net names are EXT_VTG, EXT_GND_DETECT, EXT_SWDIO, EXT_SWDCLK, EXT_SWO, EXT_RESET.

Question : Where can I connect EXT_SWO, EXT_RESET? As I know, nRF51 just needs SWDIO and SWCLK to download and debug. What are those signals for?

Parents
  • EXT_SWO is used if you are using this feature, which you probably aren't: infocenter.arm.com/.../index.jsp

    so I would think you don't need to connect EXT_SWO to anything.

    EXT_RESET: I'm not exactly sure. again i don't think you need to connect it to anything. taking a quick look at the schematic files I am going to make an educated guess: EXT_RESET is not connected to the nRF51. rather it is there because nRF52 chips use it and we want to share the PCB design between the two. so in your case you wouldnt use it.

Reply
  • EXT_SWO is used if you are using this feature, which you probably aren't: infocenter.arm.com/.../index.jsp

    so I would think you don't need to connect EXT_SWO to anything.

    EXT_RESET: I'm not exactly sure. again i don't think you need to connect it to anything. taking a quick look at the schematic files I am going to make an educated guess: EXT_RESET is not connected to the nRF51. rather it is there because nRF52 chips use it and we want to share the PCB design between the two. so in your case you wouldnt use it.

Children
Related