用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guo XIn 291e661666 first commit 10 months ago
..
applications first commit 10 months ago
drivers first commit 10 months ago
libraries first commit 10 months ago
.config first commit 10 months ago
.ignore_format.yml first commit 10 months ago
Kconfig first commit 10 months ago
README.md first commit 10 months ago
SConscript first commit 10 months ago
SConstruct first commit 10 months ago
project.ewp first commit 10 months ago
project.eww first commit 10 months ago
project.uvoptx first commit 10 months ago
project.uvprojx first commit 10 months ago
rtconfig.h first commit 10 months ago
rtconfig.py first commit 10 months ago
template.ewp first commit 10 months ago
template.eww first commit 10 months ago
template.uvoptx first commit 10 months ago
template.uvprojx first commit 10 months ago

README.md

ACM32F4xx板级支持包

1. 简介

ACM32F4xx芯片是上海爱信诺航芯电子科技有限公司(后续简称上海航芯)一系列支持多种低功耗模式的通用MCU。包括如下硬件特性:

|--------------------------|--------------------|

硬件 描述
芯片型号 ACM32F4XX系列
CPU ARM Cortex-M33
主频 180MHz
片内SRAM 192K
片内Flash 512K
-------------------------- --------------------

具体型号及资源请参考上海航芯官方网站ACM32F4

2. 编译说明

推荐使用env工具,可以在console下进入到bsp/acm32f4xx-nucleo目录中,运行以下命令:

scons

来编译这个板级支持包。如果编译正确无误,会产生rtthread.elf、rtthread.bin文件。其中rtthread.bin需要烧写到设备中进行运行。

也可以通过scons --target=mdk5生成keil工程,再使用keil进行编译。

3. 烧写及执行

开发板的使用请参考上海航芯官方网站相应型号的开发工具

3.1 运行结果

如果编译 & 烧写无误,当复位设备后,会在串口上看到RT-Thread的启动logo信息:

4. 驱动支持情况及计划

片上外设 支持情况 备注
GPIO 支持 PA0, PA1... PF4 ---> PIN: 0, 1...83
UART 支持 UART1/UART2
LED 支持 LED1

5. 联系人信息

维护人:AisinoChip < xiangfeng.liu@aisinochip.com >

6. 参考