• 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????????
  • 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...
  • 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...