• STARTUP.A51 & INIT.A51 FILE INFO
    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...
  • STARTUP.A51 & INIT.A51 FILE INFO
    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...
  • INIT.A51 as last file in project does not work
    I am using multiple user libraries which are linked in the application project. The linker needs to be supplied with the libraries in the order of dependency. If any symbol reference in the successive...
  • INIT.A51 as last file in project does not work
    I am using multiple user libraries which are linked in the application project. The linker needs to be supplied with the libraries in the order of dependency. If any symbol reference in the successive...
  • INIT.A51 on 80c390?
    Is it required to include init.a51 to initialize global variables in the 22bit contiguous mode on an 80c390? If I try and do this, I get a lot of undefined symbols: assembling INIT.A51... INIT...