Hi. I am using uVersion2 IDE. Here after reset, MPU will execute code from reset vector located in Startup.A51 file and after some initialization, it will jump to label named as ?C_START which is defined in Init.A51, where it does some other initialization. If we dont include the Init.A51 in project, then will it automatically include for project ? If we dont want to use this Init.A51 file and instead of jumping to ?C_START from Startup.A51, we modify this to jump to Main direclt then will it create any proble ? Thanks.
If we dont want to use this Init.A51 file and instead of jumping to ?C_START from Startup.A51, we modify this to jump to Main direclt then will it create any proble ? Of course not. Keil add all kinds of code just to make sure their competitors can make things more efficient and drive them out of business. When you buy a car, do you remove some of the bolts before you drive it? Erik
Eric thanks for the reply. If we buy a car and if it has unnecessary bolts as per ones point of view that dont require at all, then one will definately remove them. Thanks again.