wjandsq 发表于 2016-12-13 11:15:09



System Workbench for STM32 - C/C++ Embedded Development Tools for MCU
(STM32官网)


Installation

Installation of System Workbench for STM32 - Bare edition will be done through the standard Eclipse installer.
You should Start Eclipse then open menu "Help >> Install New Software"; this will open the "Available Software" dialog:
You must then create a new update site, to be able to install System Workbench for STM32 - Bare Metal Edition:
1. You should click on "Add:"
2. Then give a name to the update site (System Workbench for STM32 - Bare Machine edition) and set the location to http://www.openstm32.org/Eclipse ... stem-workbench.site
3. Then click "OK" to create the update site
Then you should select all of the OpenSTM32 tools and click "Next>"

You will then just have to accept the license and System Workbench for STM32 - Bare Metal edition will install itself in your Eclipse setup.
Note that you will probably have to restart Eclipse for the tools to be available; Eclipse will automatically suggest the restart.




zero99 发表于 2016-12-13 13:27:51

来晚了,支持一下,期待楼主更多的评测

wjandsq 发表于 2016-12-15 22:08:07

本帖最后由 wjandsq 于 2016-12-18 18:52 编辑

新增了两个适用于NUCLEO-F413ZH开发板的示例,串口DMA通讯,按键中断。
USART.zip
KEY.zip

其中KEY.zip包含了USART和LED的代码,并且在Ac6下测试通过。利用STM32CubeMX自动生成,是基于HAL库的示例代码工程。

其中的例程在Ac6环境下全部编译仅需13s,远超MDK-ARM 5.22的蜗牛速度(1-2分钟)!
稍微复杂的工程,Ac6全部编译30-60S,MDK-ARM 5.22就要4分钟以上了。



wjandsq 发表于 2016-12-15 22:35:33

本帖最后由 wjandsq 于 2016-12-20 16:56 编辑


在最新版本的Eclipse上安装Ac6(System Workbench for STM32)

Ac6高速编译的设置


导入一个Ac6工程(相当于打开一个工程)


选择导入的工程路径(必须是SW4SSTM32工程)

生成SW4S STM32工程的STM32CubeMX设置


Ac6编译速度飞快

按键中断调试截图

NUCLEO-F413ZH开发板 板载ST-LINKV2-1仿真器,而Ac6也可以支持J-Link仿真器,不知道设置的可以找我。


kunchen 发表于 2017-1-10 13:45:32

谢谢分享

ataudio 发表于 2017-1-16 10:27:41

为楼主点赞。

还是看不穿 发表于 2017-1-16 23:20:56

谢谢楼主的讲解,很清晰!!!

lyzjz 发表于 2018-5-20 00:26:35

好好好好好好好好好好好好

wandashan 发表于 2019-3-16 19:44:51

这个怎么能下载呢,为何???

wandashan 发表于 2020-2-28 09:49:46

这个怎么能下载呢,为何???
页: 1 2 [3]
查看完整版本: NUCLEO-F413ZH开发板评测及工程示例(基于HAL库)