have a close look at gcrt0.S. There a number of preprocessor options which cover all avr targets. Also, you may note, that there are some initialization sections which stand between normal start-up procedures. So, by putting code in there you may repair start up to suit you needs.
cheers, ~d :) On Wednesday 16 March 2005 16:06, Jens Andersen wrote: > Hi list, > > Im starting a project with Atmeg48 or 88. > > My problem is that the code required to > disable the watchdog is very different from > the older Megas. > > Ive downloaded the WinAVR 20050214, but there > is no source code for the varius crt0 files. > > Where can i find the source code for these files ? > > Regards, > > Jens > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users
