[Mspgcc-users] DCO testing

2005-08-27 Thread David Smead
Greetings, I compiled fet120_fll2.S and loaded it into an MSP430F1232 but no matter what I make Delta, I get 706 KHz on P1.4. I do have 32.7 KHz on the XOUT pin. Anyone with clues? Thanks. Sincerely, David Smead www.amplepower.com www.amplepower.net

Re: [Mspgcc-users] Code size IAR / gcc

2005-08-27 Thread Steve Underwood
Peter Mueller wrote: Hi, I want to use gcc instead of IAR. My application is around 3k with IAR but about 4k with gcc. I tried -Os and -O2 with gcc. Any other compiler switches that further reduce code size? Thanks, Peter If you use floating point (even one single definition of a floati

[Mspgcc-users] processor dead?

2005-08-27 Thread David Smead
Greetings, Using the FET tool is it possible to kill a processor so that you can't erase the flash? I may have killed the clock with my dco test program. I'm using the msp430f1232. sm...@watt:~/c_code/msp430/examples/msp430_12x2/dco$ make flash msp430-jtag -D -D -D -D -D -D -D -e dco_test.a43 M

Re: [Mspgcc-users] update library.

2005-08-27 Thread Steve Underwood
Dmitry wrote: Fellows, I almost finished porting gcc-4.xx. This has been completely rewritten ;) This will have some new features PLUS some intrising call will be modified (for example - registers passing scheme for mult/div routines as well as hardware multiplier has been changed). Therefore

Re: [Mspgcc-users] Use of _end means no heap?

2005-08-27 Thread nobodyO
Hi, how can i detect if the heap is used? Because 99,9 % of the programs don't use malloc, and alloca can often be used instead, only malloc is no problem. Regards, Rolf mspgcc-users@lists.sourceforge.net schrieb am 27.08.05 08:32:38: > > At 03:22 27-08-05 +0200, you wrote: > >nobo...@web.de