Skip to main content
Graduate II
July 10, 2023
Solved

STM32 compiler and linker manuals

  • July 10, 2023
  • 3 replies
  • 2230 views

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

    This topic has been closed for replies.
    Best answer by Bob S

    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.

    3 replies

    Graduate II
    July 10, 2023

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

    Bob SAnswer
    Super User
    July 10, 2023

    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.

    CTabo.1Author
    Graduate II
    July 11, 2023

    Thank you Bob!

    I have finally found what I was looking.

    Graduate II
    July 10, 2023

    The second link on Google searching "__attribute__":

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