Problem with pin reset on MCU MKL25Z128VLK4.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problem with pin reset on MCU MKL25Z128VLK4.

Jump to solution
1,112 Views
sacchettigiampa
Contributor II

I started a new project with a similar design to Freedom KL25Z OPENSDA, my board not working Correctly, the MKL25Z128VLK4 is always reset, the pin 42 is pulled with 10 K to VCC,

the extern oscillator 8 MHz not clock, the waveform on pin reset (42) is similar to ramp at frequency 32KHz.

1 Solution
713 Views
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello:

The signal on the reset pin is normal in new devices. Device is reset because of the watchdog or illegal instruction fault.

To eliminate this, the first thing to do with a new device is a mass erase. There are several options to do a mass erase, depending on the IDE + programming tool you use.

And about the external oscillator, it has to be enabled first by code.


Regards!,
Jorge Gonzalez

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

View solution in original post

1 Reply
714 Views
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello:

The signal on the reset pin is normal in new devices. Device is reset because of the watchdog or illegal instruction fault.

To eliminate this, the first thing to do with a new device is a mass erase. There are several options to do a mass erase, depending on the IDE + programming tool you use.

And about the external oscillator, it has to be enabled first by code.


Regards!,
Jorge Gonzalez

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