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:
- First check for power on, then check to make sure the processor oscillator is running.
- Finally, look for the startup sequence for your microprocessor that is listed below.
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:
- My crystal osc (8MHz) is not running, there is no oscillation. (I came across one thread saying that MCG must be configured first)
- There is no activity for TDI and TDO.
| 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.