2023-07-10 08:35 AM
Hello,
does it exist a compiler and a linker manual for STM32, where I can find, for example, a clear description of the usage of the __attribute__() keyword, or instructions to modify the linker script file?
Thank you,
Carlo
Solved! Go to Solution.
2023-07-10 10:49 AM
CubeIDE also includes PDFs of the GNU tools manuals in the install directory. Click on the blue "info center" icon in the ribbon bar and scroll down to the "Toolchain Manuals" section.
2023-07-10 09:21 AM
They are based on the GNU tools, get the documentation for those, read the man pages, etc.
2023-07-10 10:49 AM
CubeIDE also includes PDFs of the GNU tools manuals in the install directory. Click on the blue "info center" icon in the ribbon bar and scroll down to the "Toolchain Manuals" section.
2023-07-10 12:02 PM
The second link on Google searching "__attribute__":
2023-07-10 11:54 PM
Thank you Bob!
I have finally found what I was looking.