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

Jumping Flash locations inside a single application

Hi all,

Is there any way to jump some flash locations inside a code.
eg:

Starting location of flash

                                    0x00000050         int main()
                                    0x00000054           {
                                    0x00000058         printf("Hai");
                                    0x0000005C         Jumpt to flash address for 2nd printf
                                 0x00075000     printf("Bye")
                                  ------------          }


How to implement this type of Flash location jumping in Keil compiler.Is it possible to jump??
Kindly reply...

Parents
  • Sharing routines can work. But it so very often fails badly

    an assumed situation:

    someone ask me "to save memory, can we share routines between boot and app"

    with decades of experience, my answer will be:
    "sure, but first you must sign this document stating that I am not responsible for whatever ill effects that may pop up resulting from this"

    Erik

Reply
  • Sharing routines can work. But it so very often fails badly

    an assumed situation:

    someone ask me "to save memory, can we share routines between boot and app"

    with decades of experience, my answer will be:
    "sure, but first you must sign this document stating that I am not responsible for whatever ill effects that may pop up resulting from this"

    Erik

Children
No data