• How to start with an existing assembly code?
    Hi, I have a project passed down by other ppl. I have an existing main.a51 and a HEX file. I'm using uVision2 for this prjt, but i do not know how to start with it as most of the example i saw is written...
  • problem with debugger start address
    Hello, I have Cortex-M3 and encountered problems when using scatter file: (I just want to keep space 4kb at the beginning of the code space) LR_IROM1 0x08000000 0x01000{ ER_IROM1 0x08000000 ABSOLUTE...
  • changing the starting address
    i need to change the starting location of my pgm frm 00h to say,400h..i followed the steps as per mentioned in.... http://www.keil.com/support/docs/189.htm i can see the changed starting location in...
  • Relocate Stack Start Address
    Hi all, I wonder if anyone could help me with moving the start address of my stack for a test. I have added STARTUP.A51 from the kiel library to my local project and have it in the build tree. ...
  • Specifying the start address
    In assembly, the "ORG" directive can be used to specify the start address of the code. Can this be done in C? if possible then How? ..Thanx