Eqqman Community Member

  • Member since Aug 18th 2016
Last Activity

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hello- Our project is on the STM32F411 Discovery board produced and sold by ST. We have a project that is meant to run as a stand-alone image but also can be uploaded via USB to the STM32F411 that is also running our bootloader. To enable this behavior…
  • Eqqman -

    Replied to the thread [SOLVED] Creating relocatable image file.

    Post
    Quote from SEGGER - SebastianB: “Alternatively we would recommend to instead always prepare and ship two images, both using static addresses but prepared for different positions. The bootloader would then select the appropriate image to flash and boot…
  • Eqqman -

    Replied to the thread [SOLVED] Creating relocatable image file.

    Post
    Hello- please forgive the lateness of this reply, I'm on vacation at the time of writing. There is only one application image that we hope to be able to run from either flash section B or C. If for example the image was last successfully uploaded to…
  • Eqqman -

    Posted the thread [SOLVED] Creating relocatable image file.

    Thread
    Hello- We have a project using a bootloader on the STM32F411. Splitting the flash memory section into sections 'A' and 'B' and keeping the bootloader and application as separate projects (yes, there are ways to combine it, but we're not doing that for…