Question
Linking Binary File art_of_gard_448K.bin
Posted on July 22, 2016 at 10:12
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 */&sharpdefine AUDIO_FILE_SIZE 0x70000&sharpdefine 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? 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 supportThanks Sascha #stm32f4 #linking