QQT912/原单片机-CW32F030/MCU厂资料/CW32F030_StandardPeripheral.../IdeSupport/EWARM
yuquanjun ddb927ee30 Initial: CW32F030 reference + CW32L012 BLDC port
Add working CW32F030 BLDC Hall PID reference firmware and port the application to CW32L012 with Keil MDK project QQT912_L012.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-05 04:31:26 +08:00
..
arm/config Initial: CW32F030 reference + CW32L012 BLDC port 2026-07-05 04:31:26 +08:00
readme.txt Initial: CW32F030 reference + CW32L012 BLDC port 2026-07-05 04:31:26 +08:00
startup_cw32f030.s Initial: CW32F030 reference + CW32L012 BLDC port 2026-07-05 04:31:26 +08:00

readme.txt

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

用于EWARM工具的单片机Flash烧写配置文件请将该文件下的arm文件加拷贝到EWARM的安装目录下。

1. 拷贝arm文件到EWARM的安装路径
    如EWARM安装路径为D:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2
    则将arm文件夹拷贝到D:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\目录下覆盖同名的arm文件夹。

2. 使用:
    1) EWARM界面->"Project"->"Options..."->"Linker"->"Config"->在显示的标签栏中选择“Override default",点击"..."在弹出的对话框中选择"CW32F030.icf"->点击"打开"
    2)EWARM界面->"Project"->"Options..."->"Debugger"->"Download"->在显示的标签栏中选择“Override default .board file",点击"..."在弹出的对话框中选择"CW"文件夹下的"FlashLoader_CW030.board"->点击"打开"