嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
AC7811 keil_VS_demo
.
├── AC7811 keil_VS_demo_VSCode_Demo.zip
└── VSCode_Demo
├── App
│ └── main.c
├── Device
│ ├── Include
│ │ ├── CMSIS
│ │ │ ├── arm_common_tables.h
│ │ │ ├── arm_const_structs.h
│ │ │ ├── arm_math.h
│ │ │ ├── cmsis_armcc.h
│ │ │ ├── cmsis_armclang.h
│ │ │ ├── cmsis_compiler.h
│ │ │ ├── cmsis_gcc.h
│ │ │ ├── cmsis_iccarm.h
│ │ │ ├── cmsis_version.h
│ │ │ ├── core_armv8mbl.h
│ │ │ ├── core_armv8mml.h
│ │ │ ├── core_cm0.h
│ │ │ ├── core_cm0plus.h
│ │ │ ├── core_cm23.h
│ │ │ ├── core_cm3.h
│ │ │ ├── core_cm33.h
│ │ │ ├── core_cm4.h
│ │ │ ├── core_cm7.h
│ │ │ ├── core_sc000.h
│ │ │ ├── core_sc300.h
│ │ │ ├── mpu_armv7.h
│ │ │ ├── mpu_armv8.h
│ │ │ └── tz_context.h
│ │ ├── ac78xx.h
│ │ ├── ac78xx_ckgen.h
│ │ ├── ac78xx_debugout.h
│ │ ├── ac78xx_spm.h
│ │ ├── debugzone.h
│ │ └── system_ac78xx.h
│ └── Source
│ ├── ARM
│ │ ├── ac7811_flash.ld
│ │ └── startup_ac78xx.s
│ ├── ac78xx_ckgen.c
│ ├── ac78xx_ckgen_regs.h
│ ├── ac78xx_debugout.c
│ ├── ac78xx_spm.c
│ ├── ac78xx_spm_regs.h
│ ├── syscalls.c
│ └── system_ac78xx.c
├── Doc
│ └── 使用VS code搭建AC78xx开发环境.doc
├── Drivers
│ ├── DMA
│ │ ├── ac78xx_dma.c
│ │ ├── ac78xx_dma.h
│ │ └── ac78xx_dma_reg.h
│ ├── GPIO
│ │ ├── ac78xx_gpio.c
│ │ ├── ac78xx_gpio.h
│ │ └── ac78xx_gpio_reg.h
│ ├── LIN
│ │ ├── ac78xx_lin.c
│ │ ├── ac78xx_lin.h
│ │ └── ac78xx_lin_reg.h
│ ├── TIMER
│ │ ├── ac78xx_timer.c
│ │ ├── ac78xx_timer.h
│ │ └── ac78xx_timer_reg.h
│ ├── UART
│ │ ├── ac78xx_uart.c
│ │ ├── ac78xx_uart.h
│ │ └── ac78xx_uart_reg.h
│ ├── WDG
│ │ ├── ac78xx_wdg.c
│ │ ├── ac78xx_wdg.h
│ │ └── ac78xx_wdg_reg.h
│ └── eFlash
│ ├── ac78xx_eflash.c
│ ├── ac78xx_eflash.h
│ └── ac78xx_eflash_reg.h
├── SVD
│ ├── AC781x.SFR
│ ├── AC781x.sfd
│ └── AC781x.svd
├── VSCode_Demo.code-workspace
└── makefile
17 directories, 67 files