Skip to main content
BBouw.1
Visitor II
August 25, 2021
Question

SBSFU: Adapting the User Application with .ld linker file

  • August 25, 2021
  • 2 replies
  • 759 views

I have successfully taken the sbsfu sample code and gotten it to work on my hardware. Now, I am trying to adapt my existing application to be SBSFU compatible. Section 8.1 of AN5056 tries to explain this but the examples are all for an .icf linker file (IAR?). My linker files are .ld and completely different. Are there examples that use a .ld linker file?

Specifically, I don't know how to configure the vector table to run from active slot 1.

thanks in advance for your help,

Brent

This topic has been closed for replies.

2 replies

jrgert
Associate III
August 25, 2021

Have you looked under the Linker_Common folder of the example?

e.g. ...\STM32CubeExpansion_SBSFU_V2.X.0\Projects\NUCLEO-L476RG\Applications\2_Images\Linker_Common\SW4STM32

matteochen
Associate II
August 26, 2021

hello,

I think this is what you are looking for