I am using STM32cubeIDE and I put the fromelf command to be executed as a post-build steps command (figure below)
I have an error of fromelf command not found
How can I add or install this command to be executed, I want to extract all variables addresses to be used with another platform
Yes, I use the gcc compiler installed by default with the STM32cubeide.
I will try to install even a trial version of Keil MDK.
I will also try to use objdump to extract information.
Thanks for your reply and I kept you informed if it works.