usb library size

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

usb library size

394 次查看
vikashkumar
Contributor I

Hi,

I am working on TWR-K21F120MA tower board. I try to integrate usb stack in my project but i am facing problem of library file size. I create library file which required for my project( Please find the attach file). Its size is more that 7MB.How can i reduce it.

Please guide me.

Original Attachment has been moved to: 1.txt.zip

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

322 次查看
BlackNight
NXP Employee
NXP Employee

The file size on disk does not mean that code is that big: most of the size are symbols and debug information (see Debug vs. Release? | MCU on Eclipse ). If disk size is a concern, you can strip the debug information. But then of course you don't have source and symbol information for debugging. Keep in mind that the debug information is not downloaded on your target, so having the debug information in the library should not be a concern.

I hope this helps,

Erich

0 项奖励