Skip to main content
mario239955_stm1_stmicro
Associate
February 12, 2016
Question

Pure ARM GCC toolchain

  • February 12, 2016
  • 3 replies
  • 835 views
Posted on February 12, 2016 at 16:20

Hi there,

Is there any support for a pure ARM GCC toolchain for STM32 microcontrollers?

I essentially mean this: linker scripts and startup code.

I understand Atollic TrueSTUDIO provides a similar path to this, but I want to avoid being tied to a company's policies.

Thanks!

#toolchain
    This topic has been closed for replies.

    3 replies

    Tesla DeLorean
    Guru
    February 12, 2016
    Posted on February 12, 2016 at 17:35

    Yes, the ARM GNU/GCC platform has worked with STM32 parts for years, the linker scripts and startup method work exactly as they do for any Cortex and ARM variants.

    If you have any grasp of GNU/GCC with ARM, MIPS or SPARC this knowledge is directly transferable into the use of STM32 parts of various types.

    The RiDE examples are probably the most transferable, but I've posted several stand-alone GNU/GCC based STM32 projects with makefiles, linker scripts, etc.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    mario239955_stm1_stmicro
    Associate
    February 12, 2016
    Posted on February 12, 2016 at 22:03

    @clive1, can you point me to those stand-alone projects? Are they on web?

     

    Tesla DeLorean
    Guru
    February 13, 2016
    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..