Skip to main content
Visitor II
November 28, 2017
Question

Is there a CUBE IDE for all types of STM MCUs/DSPs

  • November 28, 2017
  • 1 reply
  • 921 views
Posted on November 28, 2017 at 12:14

Hello,

I know that there is the STM32CUBE IDE and the STM8SCUBE IDE. But is there a cube IDE where you can use all kinds of MCU?

Ihave seen there is a STM32CubeMX Plugin for Eclipse, can I use this plugin in STM8Cube? Or is there also a STM8Cube Plugin so I can use a generic Eclipse and add those plugins?

Thanks

#ide #cube #stm8
    This topic has been closed for replies.

    1 reply

    Visitor II
    November 29, 2017
    Posted on November 29, 2017 at 11:00

    First CubeMX is not an IDE, but rather a code generator.

    IAR has an IDE which supports both STM8 and STM32.

    If you looking for free/open-source alternatives you could use the STM32 Workbench from Ac6 for STM32 (it is an Eclipse + gcc + OpenOCD + GDB based off-the-shelf solution):

    http://www.openstm32.org/System%2BWorkbench%2Bfor%2BSTM32

    For STM8 you can try to experiment with this:

    https://stm8-binutils-gdb.sourceforge.io/

    It is a similar kind of setup (Eclipse + SDCC + OpenOCD + GDB) but it is community maintained.