• 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...
  • Not jumping to ISR
    I'm working on developing interrupt driven comms for an lpc2129 and having a problem getting the interrupts working. It all seemed fairly straight forward so I must be missing something. What I have is...
  • Far Jumps
    I need to jump from one segment to another example: from 0xC01000 to 0xC10000 How can this be done?
  • Bootloader Jump Code not working
    I am working on a boot loader for a STM32F103 (Cortex M3) and I cannot get the jump code to work properly. I am fairly new to ARM and I have exhausted my knowledge in trying to fix this. This is what...