• must add init.a51 to project????
    I don't add init.a51 to my project but add startup.a51 to my project! but my gloabe variable initializesd all ok????????
  • must add init.a51 to project????
    I don't add init.a51 to my project but add startup.a51 to my project! but my gloabe variable initializesd all ok????????
  • Removing INIT.A51 file
    I am facing an issue with initialization. I created a project with uVision3. I modified standard start up file STARTUP.A51 for my application as below: ?C_C51STARTUP SEGMENT CODE ?STACK SEGMENT IDATA...
  • 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 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...