Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Linking Binary File art_of_gard_448K.bin

Hi
I am having trouble to link a binary file for an STM32F4 Discovery project.
The Media File art_of_gard_448K.bin should be linked at the memory position


/* Audio file size and start address are defined here since the Audio file is
stored in Flash memory as a constant table of 16-bit data */

  1. define AUDIO_FILE_SIZE 0x70000
  2. define AUDIO_FILE_ADDRESS 0x08080000 /* Audio file address */



Do I need to adopt my linker /ld script manually or is there a way to set this in TrueStudio/CDT/Workbench for STM32 / Eclipse?
I can not see any settings in the sample project, that would reflect this, also have compared ld files of my project and the sample project.
Please support
Thanks
Sascha