Re: [Fx2lib-devel] FX2 Bulkloop example compiled sized
Status: Beta
Brought to you by:
mulicheng
From: S S <ss...@ho...> - 2009-10-05 09:25:12
|
Folks, Finally managed to get to the desired result using hex2bix on windows. The -m option for specifying the target memory size (default is 8k) does work. Just don't type -m 16k but -m 16000 So the command line used to convert a file from .ihx to .icc is: hex2bix -i -m 16000 -f 0xC2 -o MyFile.icc MyFile.ihx If you want the file in bix format then it is: hex2bix -b -m 16000 -f 0xC2 -o MyFile.bix MyFile.ihx and you should see the bix file created with the size 16k (or whatever size you selec with the -m option). Note that the -f 0xC2 setup is to boot from the EEPROM so I am not sure what it should be setup as if just playing with a bix file (0xC0 ?). Cheers, Sebastien > From: de...@ub... > To: fx2...@li... > Date: Sat, 3 Oct 2009 06:27:07 -0600 > Subject: Re: [Fx2lib-devel] FX2 Bulkloop example compiled sized > > > On Oct 3, 2009, at 5:15 AM, Chris McClelland wrote: > > > If you're developing with SDCC and fx2lib on Windows you may find this > > useful: > > > > http://www.makestuff.eu/wordpress/?page_id=343 > > Thanks Chris, for mentioning that post again. My plan for the fxload > package is to remove the bix file format requirement completely and > load ihx files directly. I already do this in my own drivers but just > haven't had a chance to integrate the code back into fx2lib. I'd like > to make fx2lib much more friendly for Windows development in the next > round of changes I make. > > -Dennis > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Fx2lib-devel mailing list > Fx2...@li... > https://lists.sourceforge.net/lists/listinfo/fx2lib-devel _________________________________________________________________ View your other email accounts from your Hotmail inbox. Add them now. http://clk.atdmt.com/UKM/go/167688463/direct/01/ |