Reputation: 1
I am trying to connect my PC to the following board: https://nxp.gitbook.io/nxp-cup/dfrobot-chassis-developer-guide/development-tools/arc-board-development
I am using NXPXpresso to do this, ,and have tried to use a J-link edu mini debugger to flash and debug the program I am trying to load. I have connected the debugger to the board and also a battery to the board, and the board light's up but when i submit the program, the j link commander says cannot connect to target, VTref is 0.000V, even though I have connected a battery. Please help.
I tried to debug and expected J-link to find the board, but was unsuccesful.
Upvotes: 0
Views: 947
Reputation: 83
Are you sure you are using a J-Link EDU Mini? The J-Link EDU Mini only supports 3.3V targets [1][2] and therefore should (afaik) always show 3.3 V VTref, even if nothing is connected.
[1] https://www.segger.com/products/debug-probes/j-link/models/model-overview/ ("Supported target voltage")
[2] https://www.segger.com/products/debug-probes/j-link/models/j-link-edu-mini/ ("Target interface voltage")
Upvotes: 0