J-Link 디버깅 방법

-. FRDM-KL25Z J-Link 연결 사진

-. http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL25Z 페이지의 Quick Start for the FRDM-KL25Z 자료를 참조하여 bootloader를 변경합니다.

-. Eclipse 메뉴에서 Run->Debug Configurations…->GDV SEGGER J-Link Debugging 우클릭 후 New를 선택합니다.

-. Main->C/C++ Application필드에 elf 파일 path를 입력합니다.

-. Debugger->Executable 필드에 JLinkGDBServer.exe 파일 path를 입력합니다.

참조 http://www.segger.com/jlink-software.html

Device name 필드에 MKL25Z128xxx4를 입력 후 Apply를 선택합니다.

-. Debug을 선택 후 F8(Resume)로 디버깅을 진행합니다.

 

+ Recent posts