• 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
    Hello every body. I'm new with the 8051. I'm wondering about the STARTUP.A51 file:i read about the possibility to modify it if i'm about to use extra memory to the chip.Could any one help m with an...
  • Startup.A51
    Hello, How do I set the linker to use a different startup file instead of the default Startup.A51? Regards, KC
  • 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...