• 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...
  • 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...
  • Issue while jumping to an image in non default location
    Hi, Am working on ATMEL Sam4cms based board and trying to write a basic application (lets say bootloader) which will jump to an image placed in a different location. Here is my scatter file for...
  • Issue while jumping to an image in non default location
    Hi, Am working on ATMEL Sam4cms based board and trying to write a basic application (lets say bootloader) which will jump to an image placed in a different location. Here is my scatter file for...
  • how can I jump to execute another program located in a higher memory addres
    From the initial program I save the other program in data memory and I want to jump and execute this second program. How can I do it? Thanks!!!