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.
-
Eqqman -
Replied to the thread [SOLVED] Segger Embedded Studio STM32F411 startup files doing something that prevents code execution.
PostSo the issue was that code didn't run right due to the relocation of the application from 0x800_0000 to 0x800_8000. The real processor reset vector at 0x800_0000 is now unpopulated so under normal operating conditions the code fails to execute. If I… -
Eqqman -
Replied to the thread [SOLVED] Segger Embedded Studio STM32F411 startup files doing something that prevents code execution.
PostAttached are the map files and the file compare results of the compiled code for debug and release mode. Aside from formatting the differences appear to be related to address locations, so this information didn't help us any. -
Eqqman -
Posted the thread [SOLVED] Segger Embedded Studio STM32F411 startup files doing something that prevents code execution.
ThreadHello- 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.
PostQuote 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…