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 Reply Children
No data