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 */
- define AUDIO_FILE_SIZE 0x70000
- 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