• Can I change the location of INIT.A51?
    Hi, How can I locate the INIT.A51 code at e.g 0x1000? Is it a usual segment? Does the INIT.A51 do anything except initialize static vars? (The problem is that I want to use a bootloader and 2...
  • Can I change the location of INIT.A51?
    Hi, How can I locate the INIT.A51 code at e.g 0x1000? Is it a usual segment? Does the INIT.A51 do anything except initialize static vars? (The problem is that I want to use a bootloader and 2...
  • 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...
  • 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...
  • 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...