• 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
    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, 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