We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
could anybody give me a good introduction (in the www) about the startup-file? I took a look into the startup-file from the AT91RM9200.
I want to know what's the meaning about every line in such a file to understand it better.
e.g.
UND_Stack_Size EQU 0x00000000 ABT_Stack_Size EQU 0x00000000
I don't know why the size is here always zero.
AREA STACK, NOINIT, READWRITE, ALIGN=3
what's the meaning about the factor "ALIGN=3"?
why is the size of the heap zero?
and so on...
best regards bernd
depends the size of the interupts only from the size of the code routines? I say UND_Stack_Size between 0 and 32 Bit...
best regards Bernd