LPC-Link2 CMSIS-DAP firmware source

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LPC-Link2 CMSIS-DAP firmware source

1,590 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by pockpock on Thu Oct 30 08:36:50 MST 2014
Hi,

I'm using the CMSIS-DAP firmware with the LPC-Link2. I'd like to add some features (like a virtual COM port). I understand there is a reference implementation with available source code, which not directly related to the LPC-Link2s firmware. But I was looking for the source code anyway and found this repository which has a LPC43xx target:

https://github.com/x893/CMSIS-DAP

Is it related to the original firmware? If not, is the source of the orignal firmware available somewhere?

Best regards
标签 (1)
0 项奖励
回复
1 回复

1,328 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by bavarian on Wed Nov 05 09:31:00 MST 2014
What is published from ARM for the LPC-Link2 can be found here:

https://github.com/x893/CMSIS-DAP/tree/master/Firmware/LPC-Link-II

It's a Keil µVision 4.74 project, the USB_CM3.lib can be found in the µVision installation folder and in DAP_config.h the foillowing defines need to be added:

#define DEBUG(...)
#define INFO(...)
#define ERROR(...)

Or alternatively a define which really brings this out on the UART.

Regards,
NXP Support Team
0 项奖励
回复