Difference between revisions of "Debug session does not start"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "Testcases which can be done if debug session does not start 1. Test your device with the J-Link Commander: * Create a *.hex file of your debug application using the IAR Outpu...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
Test if flash download on your target device works with the J-Link Commander:
Testcases which can be done if debug session does not start
 
  +
* Create a *.hex file of your debug application
 
  +
* Start J-Link Commander with proper command line arguments: JLink.exe -device <DEVICE NAME> -speed 4000
1. Test your device with the J-Link Commander:
 
  +
* Enter the command: loadfile <PATH>\<FILENAME>.hex
* Create a *.hex file of your debug application using the IAR Output Converter (EWARM project settings -> Output Converter)
 
* Start J-Link Commander with proper command line arguments: JLink.exe -device TMS570LS2134 -speed 4000
 
* Enter the command: loadfile %IAR_PROJECT_DIR%\Output\output.hex
 

Latest revision as of 08:05, 14 August 2015

Test if flash download on your target device works with the J-Link Commander:

  • Create a *.hex file of your debug application
  • Start J-Link Commander with proper command line arguments: JLink.exe -device <DEVICE NAME> -speed 4000
  • Enter the command: loadfile <PATH>\<FILENAME>.hex