2020-01-24 06:50 AM
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
2020-01-24 07:04 AM
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
2020-01-24 02:31 PM
Thanks =)
2020-01-27 12:29 PM