MKE04Z8VMJ4 and MULTILINK UNIVERSAL

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

MKE04Z8VMJ4 and MULTILINK UNIVERSAL

跳至解决方案
759 次查看
charlesdiogoa_
Contributor II

I have a problem and want to see if you can help me.

I'm trying to record a Kinetis uControlador Freescale, the MKE04Z8VWJ4 but am not having success ...

I'm using the recorder "Multilink Universal", green model.

Following existing development models, connected pins "SWD_DIO, SWD_CLK, Reset, + 5V and GND" to the burner pins.

However the time of recording, it generates error.

Is there any limitation on the recorder with the microcontroller model?

标签 (1)
1 解答
636 次查看
davidsherman
Senior Contributor I

It can be used, but you will have to make sure nothing attached to it is pulling the pin low until the NMI can be disabled.  The SIM module has the registers to control the NMI function.  If you're using Processor Expert, it can be disabled through that.

在原帖中查看解决方案

5 回复数
636 次查看
charlesdiogoa_
Contributor II

I have just seen that has to do with the NMI pin, cut it because the circuit, I can not write ...

but how can I use this pin?

0 项奖励
636 次查看
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi,

The P&E USB Multilink Universal tool provides below Kinetis debug port:

1.png

I checked your attached debugger interface, there without problem.

The NMI pin is default to NMI function after the MCU POR, and there with internal pullup device enabled when NMI is enabled.

When there with low voltage detected at NMI pin, the NMI related Non-maskable interrupt will be triggered with Vector2 at ARM's NVIC.


Have a great day,
best regards,

Ma Hui

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

636 次查看
charlesdiogoa_
Contributor II

but I want to use this NMI pin as output, how do that?

0 项奖励
636 次查看
BlackNight
NXP Employee
NXP Employee

this one shows how to map the NMI as GPIO pin with Processor Expert:

Pin Muxing: Using the NMI Pin as GPIO Pin | MCU on Eclipse

0 项奖励
637 次查看
davidsherman
Senior Contributor I

It can be used, but you will have to make sure nothing attached to it is pulling the pin low until the NMI can be disabled.  The SIM module has the registers to control the NMI function.  If you're using Processor Expert, it can be disabled through that.