Hi,
I have created a custom board for Kinetis K20 but couldn't program it using the P&E Multilink (JTAG).
At first, I was trying to "Erase Whole Device" in order to test the communication between the target and Multilink but there is an error message "Cannot enter background mode".
Then, I referred to the Multilink user guide and followed the steps provided:
a. RESET is driven low (to processor).
b. Activity appears on TCLK, TDI and TDO (PC software instructs the processor to enable debug mode).
c. RESET is released by the interface and will go high.
d. Activity appears on TCLK , TDI and TDO (Debug activity).
Here are the PROBLEMS:
Signal | Status |
---|---|
TCK | has activity |
TDI | logic HIGH |
TDO | logic LOW |
TMS | has activity |
EZP_CS_b | logic LOW |
Reset_b | logic LOW |
Please help. Thank you.
已解决! 转到解答。
I saw EZP_CS_b logic is LOW in your case, I think MCU has entered into EzPort Mode, in P&E USB-ML-UNIVERSAL, pin9 is tied to GND, so if you connected EZP_CS_b to pin9 as well, it would enter EzPort Mode instead of normal mode. Please kindly check you schematics of Debug interface connection.
Hope that helps,
I saw EZP_CS_b logic is LOW in your case, I think MCU has entered into EzPort Mode, in P&E USB-ML-UNIVERSAL, pin9 is tied to GND, so if you connected EZP_CS_b to pin9 as well, it would enter EzPort Mode instead of normal mode. Please kindly check you schematics of Debug interface connection.
Hope that helps,