• 80C32 conversion to a P89C51RC2HXX
    I am converting a board from an 80C32 to a P89C51RC2Hxx. This board has SRAM mapped at 0x8000 - 0xFFFF and I/O mapped at various places from 0x0000 - 0x0700 and declared as XDATA. The decode for the I...
  • STARTUP.A51
    Hi, I'm want to know something about the "STARTUP.A51" file, which is automatic created by KEIL. My question is if I do this: ((void (code *) (void)) 0x0000) (); in any place of my code...
  • 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...
  • 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
    Is it always important to include the file "startup.a51"? Should anything else be included for it to work properly? Thanks