??? 10/18/05 10:32 Read: times |
#102539 - up to you... Responding to: ???'s previous message |
Suresh R said:
clearing data memory initializing hardware reentrant stack pointers Enabling on-chip external data memory and match our file to the Target Hardware (for most CPU variants) But nowwwww, without adding it in my code i could see the micro working fine. so getting back to what u have said .. will there be chances for any problem to get arise for having not added the startup code.. If not above... i would like to know the exact use of adding it to any application. That depends on your assembly program. In assembly it's up to you to initialise the microcontroller. If you use (read: depend on) the startup51.A code, you will need it. If you do your own initialisation (which imho you should), you do not need it. I would strongly recommend reading the tutorials. regards Patrick |