cancel
Showing results for 
Search instead for 
Did you mean: 

Link Binary file in project

LPode.1
Associate II

Hi, I am using this ST Cube Ide great program.

I need to link a binary data file in the project and I need to be able use alias name in order to use pointer variable in C language.

In the ARM Ide I use to do this adding input link file and give my preferences as name and alignment.

I am new with Cube Ide and I not understand how to do this so simple link action.

🙂

Thanks, Luca

3 REPLIES 3
KnarfB
Principal III

STM32CubeIDE uses the GNU gcc-arm toolchain.

Two solutions of your problem are discussed here:

https://stackoverflow.com/questions/17265950/linking-arbitrary-data-using-gcc-arm-toolchain

Thanks =)