Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 3 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