> code after buliding is showing its footprint size as 33 kb. actually the > target board where we are going to work has very less ROM, so, want to > optimize my code. most of the parts like readEP, WriteEP, i have taken from > the sample code. > > can anyone help me in this regard? Use thumb-mode and compile with -Os. -- 42Bastian
Message
Re: [lpc2000] optimizing the footprint size
2006-03-22 by 42Bastian Schick