第一个CubeMX不是IDE,而是代码生成器。
IAR有一个支持STM8和STM32的IDE。
如果您正在寻找免费/开源替代品,您可以使用Ac6的STM32 Workbench for STM32(它是基于Eclipse + gcc + OpenOCD + GDB的现成解决方案):
http://www.openstm32.org/System%2BWorkbench%2Bfor%2BSTM32
对于STM8,您可以尝试使用此方法:
https://stm8-binutils-gdb.sourceforge.io/
它是一种类似的设置(Eclipse + SDCC + OpenOCD + GDB),但它是社区维护的。
以上来自于谷歌翻译
以下为原文
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.
第一个CubeMX不是IDE,而是代码生成器。
IAR有一个支持STM8和STM32的IDE。
如果您正在寻找免费/开源替代品,您可以使用Ac6的STM32 Workbench for STM32(它是基于Eclipse + gcc + OpenOCD + GDB的现成解决方案):
http://www.openstm32.org/System%2BWorkbench%2Bfor%2BSTM32
对于STM8,您可以尝试使用此方法:
https://stm8-binutils-gdb.sourceforge.io/
它是一种类似的设置(Eclipse + SDCC + OpenOCD + GDB),但它是社区维护的。
以上来自于谷歌翻译
以下为原文
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.
举报