External debugger SWD OR J-TAG

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

External debugger SWD OR J-TAG

跳至解决方案
1,058 次查看
ujwal_kumar_N_L
Contributor III

Hi Community ,

Im working on the debugger ofLPC55S69 ,trying to use the microcontroller and program it with external Debugger .

Board :LPC55S69

Debugging using SWD.

PROBLEM:

  1. Can we use the external debugger to dump the code to the microcontroller ?(Using only SWD not JLINK).
  2. Can we only use  SWCLK,SWDIO and SWO instead of the 10 pin P7 SWD .Only utilizing these 3 pins and debugging it module?
  3. Best external debugger for dumping the code .Suggestions.
  4. Steps or material regarding the above Debugging.

Thank and Regards 
UJWAL KUMAR N L

0 项奖励
回复
1 解答
1,048 次查看
ErichStyger
Specialist I

Hello @ujwal_kumar_N_L ,

1. If you mean with 'dump the code to the microcontroller' the programming and flashing of it, then yes: you can use SWD for this. You don't have to use a J-Link, you can use any other debug probe supporting the LPC55S69, e.g. MCU-Link (Pro) or P&E Multilink.

2. You need SWCKL, SWDIO and GND. SWO is a trace pin, see https://mcuoneclipse.com/2021/05/22/swo-with-arm-cortex-m33/

3. Use a J-Link, or program the J-Link firmware on the board. Or use the NXP MCU-Link Pro or non-pro, or use a P&E Multilink. Choice depends on your needs and budget available.

4. https://mcuoneclipse.com/2019/05/18/internal-and-external-debug-options-for-the-nxp-lpc55s69-evk-boa...

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,049 次查看
ErichStyger
Specialist I

Hello @ujwal_kumar_N_L ,

1. If you mean with 'dump the code to the microcontroller' the programming and flashing of it, then yes: you can use SWD for this. You don't have to use a J-Link, you can use any other debug probe supporting the LPC55S69, e.g. MCU-Link (Pro) or P&E Multilink.

2. You need SWCKL, SWDIO and GND. SWO is a trace pin, see https://mcuoneclipse.com/2021/05/22/swo-with-arm-cortex-m33/

3. Use a J-Link, or program the J-Link firmware on the board. Or use the NXP MCU-Link Pro or non-pro, or use a P&E Multilink. Choice depends on your needs and budget available.

4. https://mcuoneclipse.com/2019/05/18/internal-and-external-debug-options-for-the-nxp-lpc55s69-evk-boa...

 

0 项奖励
回复