Difference between revisions of "J-Link cannot connect to the CPU"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "Issue: After downloading an application, J-Link is not able to connect to the CPU This can have different reasons: * Application disables the debug interface * Application re...")
 
Line 7: Line 7:
 
* etc....
 
* etc....
   
  +
Preventing connection errors:
Prevent:
 
Delay of 1 second at the start of a debug session, so in any case J-Link can halt the CPU before executing the "bad code"
+
* Delay of 1 second at the start of a debug session, so in any case J-Link can halt the CPU before executing the "bad code"

Revision as of 14:22, 13 August 2015

Issue: After downloading an application, J-Link is not able to connect to the CPU

This can have different reasons:

  • Application disables the debug interface
  • Application reconfigures debug pins
  • Application enters some kind of low power mode
  • etc....

Preventing connection errors:

  • Delay of 1 second at the start of a debug session, so in any case J-Link can halt the CPU before executing the "bad code"