This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can I change the location of INIT.A51?

Hi,
How can I locate the INIT.A51 code at e.g 0x1000?
Is it a usual segment?
Does the INIT.A51 do anything except initialize static vars?

(The problem is that I want to use a bootloader and 2 images. First the bootloader's startup and init.a51 code will run, then the bootloader code and then I want it to jump to the correct image and initialize the static variables of the specific image chosen...)

Thanks

Parents
  • use your target options->Read/Only Memory areas to set the on-chip ROM start and size for your bootloader/application. that will position your entire program (including the startup code) to the required position, if your selected region is valid of course.

Reply
  • use your target options->Read/Only Memory areas to set the on-chip ROM start and size for your bootloader/application. that will position your entire program (including the startup code) to the required position, if your selected region is valid of course.

Children