Hello there,
i am using the MK64FX512.
I was successfull in entering both, JTAG and EZPORT with the right EZP.CS and reset start sequences.
My problem now is: i want to enable EZPORT not via RESET sequence, but via JTAG. If you look into the datasheet at the chapter JTAG Controller you find the EZPORT enable JTAG-instruction. But there is no description of this instruction.
I tried the following out:
- enter JTAG
- reset JTAG
- write 0xd to the instruction register
- enter run test/idle state
- try to reach EZPORT
I found out, that after writing 0xd into the instruction register and entering idle, the chip itself stays at reset state (no pull-up an the reset pin asserted from the chip itself) until JTAG wasn't reset.
The program i programmed to the chip before has the EZPORT disabled in the flash configuration field. Is it possible to enable EZPORT although it is disabled in the flash config field? Maybe i must do an mass erase before trying to reach the EZPORT?
Any ideas?
Thank you!