Re: Startup code
- From: Bob Stephens <roberts@xxxxxxxxxxx>
- Date: Wed, 29 Jun 2005 07:06:21 -0700
On Wed, 29 Jun 2005 12:13:13 +0200, Meindert Sprang wrote:
> I'd like to disagree with this. In all compilers I used so far, the startup
> code only set's up the very basic things like the stack pointer, code and
> data segments dependig on the CPU used and initializing all variables and
> constants. The rest, like further processor and peripheral initialisation is
> done in user written C functions. And so far, I have never written start up
> code, I could always use the start up code supplied by the compiler vendor,
> which is automatically chosed and configured by most IDE's.
> My experience anyway,
>
> Meindert
My experience also.
Bob
.
- References:
- Startup code
- From: ravikumar . n
- Re: Startup code
- From: Jet Morgan
- Re: Startup code
- From: Meindert Sprang
- Startup code
- Prev by Date: Re: Hard to clone Micros.
- Next by Date: MiB, GiB (was Re: The pendrives cannot be formatted with fat32, why?)
- Previous by thread: Re: Startup code
- Next by thread: Re: Startup code
- Index(es):
Relevant Pages
|