usb library size

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

usb library size

395件の閲覧回数
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 返信

323件の閲覧回数
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 件の賞賛