• Specific starting address for R/W memory
    I am using MDK v4 of the Keil simulator, with device ARM7TDMI, and I am having trouble getting something to work, or misunderstanding the abilities of the simulator. What I am wanting to do is start...
  • Specific starting address for R/W memory
    I am using MDK v4 of the Keil simulator, with device ARM7TDMI, and I am having trouble getting something to work, or misunderstanding the abilities of the simulator. What I am wanting to do is start...
  • Locate a function to a specific start address
    Which linker control can I use if I want to locate a function to a specific start address? Thanks!
  • Locate a function to a specific start address
    Which linker control can I use if I want to locate a function to a specific start address? Thanks!
  • Start C function in a specific address by using BL51
    I am designing a program that I could update the program by receiving the code through RS232. In order to reach this goal, I planed to write a code iapUpdate and then relocate it to somewhere else. However...