• 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...
  • Startup.a51
    Is it always important to include the file "startup.a51"? Should anything else be included for it to work properly? Thanks
  • STARTUP.A51
    I've created my own Startup file to be used that calls cseg at 0 along with many other things. But when I run the compiler, it pulls in cseg at 0 from the pre-made STARTUP.A51 file contained in...
  • STARTUP.A51
    Good evening. I was working on a version X of infineon chip, and now i'm modifying my soft to a new version adequate to a newer chip. The thing is that i was provieded new STARTUP.A51 and L51_BANK.A51...