cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 compiler and linker manuals

CTabo.1
Senior

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

1 ACCEPTED SOLUTION

Accepted Solutions
Bob S
Principal

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.

View solution in original post

4 REPLIES 4

They are based on the GNU tools, get the documentation for those, read the man pages, etc.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Bob S
Principal

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.

Piranha
Chief II

The second link on Google searching "__attribute__":

https://gcc.gnu.org/onlinedocs/gcc/Variable-Attributes.html

Thank you Bob!

I have finally found what I was looking.