usb library size

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

usb library size

395 Views
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

Labels (1)
0 Kudos
1 Reply

323 Views
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 Kudos