7 years, 8 months ago.

CMSIS DAP firmware JTAG config Keil compile error

Hi, I did my own CMSIS DAP hardware (LPC11U35/501). I compiled the CMSIS DAP firmware and worked ok in SWD to program different target. However I want to have the SWD & JTAG feature in my CMSIS DAP. When I define "CONF_JTAG" and some compile errors appear:

.\Obj\lpc11u35_lpc1768\lpc11u35_lpc1768_if.axf: Error: L6218E: Undefined symbol JTAG_IR (referred from dap.o). .\Obj\lpc11u35_lpc1768\lpc11u35_lpc1768_if.axf: Error: L6218E: Undefined symbol JTAG_ReadIDCode (referred from dap.o). .\Obj\lpc11u35_lpc1768\lpc11u35_lpc1768_if.axf: Error: L6218E: Undefined symbol JTAG_Sequence (referred from dap.o). .\Obj\lpc11u35_lpc1768\lpc11u35_lpc1768_if.axf: Error: L6218E: Undefined symbol JTAG_Transfer (referred from dap.o). .\Obj\lpc11u35_lpc1768\lpc11u35_lpc1768_if.axf: Error: L6218E: Undefined symbol JTAG_WriteAbort (referred from dap.o). .\Obj\lpc11u35_lpc1768\lpc11u35_lpc1768_if.axf: Error: L6218E: Undefined symbol SWD_Transfer (referred from swd_host.o).

Someone could help with this. Thank

Be the first to answer this question.