• Custom bootloader and app relocation problem
    Hi, i am trying to make a custom ethernet bootloader for an STM32F207 based board (full ref STM32F207IG eval), so this is going to happen in 3 steps. 1/ relocate the main program at address 0x08008000...
  • Custom bootloader and app relocation problem
    Hi, i am trying to make a custom ethernet bootloader for an STM32F207 based board (full ref STM32F207IG eval), so this is going to happen in 3 steps. 1/ relocate the main program at address 0x08008000...
  • Cortex-M1 and bootloading into RTX app
    I have a Cortex-M1 system in an FPGA. I have 2KB of code that is mapped at address 0x0. It contains the vector table, code to load the SDRAM with application code from serial flash, and code to overwrite...
  • Cortex-M1 and bootloading into RTX app
    I have a Cortex-M1 system in an FPGA. I have 2KB of code that is mapped at address 0x0. It contains the vector table, code to load the SDRAM with application code from serial flash, and code to overwrite...
  • Bootloader. VTOR, BOOTPROT FUSE, JUMP to app and other related questions
    Hello everyone! I am writing here because I am having some issues developing my own bootloader. I am currently working with an ATMEL SAM R21 which has an ARM CORTEX M0+ in it. Firstly I am going to summarize...