This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CORTEX M4 - RESET Pin (Problem)

My Controller is MK10N512VLQ

when i have done programing and code Restarts

The RESET pin goes like 40us high and 10us low and it is toggling continuoslly. This is observed in number of Microcontrollers.

Parents
  • Code execution has not reached upto void main().
    and i also tried to debug it but it is not possible.
    u can see that
    the RESET pin Low Time is only 10 microseconds.
    and RESET pin High Time is only 40 microseconds.
    So,it is doing reset i think in bootloader code.

Reply
  • Code execution has not reached upto void main().
    and i also tried to debug it but it is not possible.
    u can see that
    the RESET pin Low Time is only 10 microseconds.
    and RESET pin High Time is only 40 microseconds.
    So,it is doing reset i think in bootloader code.

Children