SWD Debug with MKL26

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

SWD Debug with MKL26

737 次查看
luishs
Senior Contributor I

Hello.

Somebody know if need RESET pin to Debug a MKL26 MCU with SWD ??.

I have develop a PCB with QFN MKL26, its a prototype not yet tested, I do not have put the RESET pin to program and Debug the chip, and now Im not sure if I will may Debug it without RESET pin.


I have read that some ARM Microcontrollers need RESET, some not. For example recently I tested a ST STM32 and this need RESET pin to do Debug with SWD.

Kind Regards

1 回复

561 次查看
jasonphilippi
Contributor III

Luis,

Just took a look at the manual.

Seems that your reset is controlled through this register

k26debugControlregist.PNG

Based off of this section here, it seems like you do not need to set it up in software. I would make sure it is properly set up on PCB such that it doesn't float or lock the MCU.

k26debug.PNG

Regards,

Jason P