基本信息
源码名称:半导体HC32F460的IAP例程。
源码大小:11.64M
文件格式:.rar
开发语言:C/C++
更新时间:2022-04-06
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

半导体HC32F460的IAP例程。

这个是小华半导体HC32F460的IAP例程。


.
├── hc32f460_iap
│   ├── (EXE)IAP_Demo
│   │   └── IAP_Demo.exe
│   ├── HC32F46X系列IAP快速使用手册.pdf
│   ├── hc32f46x_HB.hex
│   ├── hc32f46x_app
│   │   ├── app
│   │   │   ├── User_Gpio.c
│   │   │   ├── User_Gpio.h
│   │   │   ├── User_Timer.c
│   │   │   └── User_Timer.h
│   │   ├── common
│   │   │   ├── hc32_common.h
│   │   │   ├── hc32_ddl.h
│   │   │   ├── hc32f46x.h
│   │   │   ├── system_hc32f46x.c
│   │   │   └── system_hc32f46x.h
│   │   ├── driver
│   │   │   ├── inc
│   │   │   │   ├── hc32f46x_adc.h
│   │   │   │   ├── hc32f46x_aes.h
│   │   │   │   ├── hc32f46x_can.h
│   │   │   │   ├── hc32f46x_clk.h
│   │   │   │   ├── hc32f46x_cmp.h
│   │   │   │   ├── hc32f46x_crc.h
│   │   │   │   ├── hc32f46x_dcu.h
│   │   │   │   ├── hc32f46x_dmac.h
│   │   │   │   ├── hc32f46x_efm.h
│   │   │   │   ├── hc32f46x_emb.h
│   │   │   │   ├── hc32f46x_event_port.h
│   │   │   │   ├── hc32f46x_exint_nmi_swi.h
│   │   │   │   ├── hc32f46x_gpio.h
│   │   │   │   ├── hc32f46x_hash.h
│   │   │   │   ├── hc32f46x_i2c.h
│   │   │   │   ├── hc32f46x_i2s.h
│   │   │   │   ├── hc32f46x_icg.h
│   │   │   │   ├── hc32f46x_interrupts.h
│   │   │   │   ├── hc32f46x_keyscan.h
│   │   │   │   ├── hc32f46x_mpu.h
│   │   │   │   ├── hc32f46x_ots.h
│   │   │   │   ├── hc32f46x_pwc.h
│   │   │   │   ├── hc32f46x_qspi.h
│   │   │   │   ├── hc32f46x_rmu.h
│   │   │   │   ├── hc32f46x_rtc.h
│   │   │   │   ├── hc32f46x_sdioc.h
│   │   │   │   ├── hc32f46x_spi.h
│   │   │   │   ├── hc32f46x_sram.h
│   │   │   │   ├── hc32f46x_swdt.h
│   │   │   │   ├── hc32f46x_timer0.h
│   │   │   │   ├── hc32f46x_timer4_cnt.h
│   │   │   │   ├── hc32f46x_timer4_emb.h
│   │   │   │   ├── hc32f46x_timer4_oco.h
│   │   │   │   ├── hc32f46x_timer4_pwm.h
│   │   │   │   ├── hc32f46x_timer4_sevt.h
│   │   │   │   ├── hc32f46x_timer6.h
│   │   │   │   ├── hc32f46x_timera.h
│   │   │   │   ├── hc32f46x_trng.h
│   │   │   │   ├── hc32f46x_usart.h
│   │   │   │   ├── hc32f46x_utility.h
│   │   │   │   └── hc32f46x_wdt.h
│   │   │   └── src
│   │   │       ├── hc32f46x_adc.c
│   │   │       ├── hc32f46x_aes.c
│   │   │       ├── hc32f46x_can.c
│   │   │       ├── hc32f46x_clk.c
│   │   │       ├── hc32f46x_cmp.c
│   │   │       ├── hc32f46x_crc.c
│   │   │       ├── hc32f46x_dcu.c
│   │   │       ├── hc32f46x_dmac.c
│   │   │       ├── hc32f46x_efm.c
│   │   │       ├── hc32f46x_emb.c
│   │   │       ├── hc32f46x_event_port.c
│   │   │       ├── hc32f46x_exint_nmi_swi.c
│   │   │       ├── hc32f46x_gpio.c
│   │   │       ├── hc32f46x_hash.c
│   │   │       ├── hc32f46x_i2c.c
│   │   │       ├── hc32f46x_i2s.c
│   │   │       ├── hc32f46x_icg.c
│   │   │       ├── hc32f46x_interrupts.c
│   │   │       ├── hc32f46x_keyscan.c
│   │   │       ├── hc32f46x_mpu.c
│   │   │       ├── hc32f46x_ots.c
│   │   │       ├── hc32f46x_pwc.c
│   │   │       ├── hc32f46x_qspi.c
│   │   │       ├── hc32f46x_rmu.c
│   │   │       ├── hc32f46x_rtc.c
│   │   │       ├── hc32f46x_sdioc.c
│   │   │       ├── hc32f46x_spi.c
│   │   │       ├── hc32f46x_sram.c
│   │   │       ├── hc32f46x_swdt.c
│   │   │       ├── hc32f46x_timer0.c
│   │   │       ├── hc32f46x_timer4_cnt.c
│   │   │       ├── hc32f46x_timer4_emb.c
│   │   │       ├── hc32f46x_timer4_oco.c
│   │   │       ├── hc32f46x_timer4_pwm.c
│   │   │       ├── hc32f46x_timer4_sevt.c
│   │   │       ├── hc32f46x_timer6.c
│   │   │       ├── hc32f46x_timera.c
│   │   │       ├── hc32f46x_trng.c
│   │   │       ├── hc32f46x_usart.c
│   │   │       ├── hc32f46x_utility.c
│   │   │       └── hc32f46x_wdt.c
│   │   ├── midware
│   │   └── project
│   │       ├── EWARM
│   │       │   ├── config
│   │       │   │   ├── HC32F46x.icf
│   │       │   │   ├── HC32F46x_app.icf
│   │       │   │   ├── HDSC_HC32F46x.svd
│   │       │   │   ├── flashloader
│   │       │   │   │   ├── FlashHC32F460_otp.mac
│   │       │   │   │   ├── FlashHC32F460_otp.out
│   │       │   │   │   ├── FlashHC32F46x.flash
│   │       │   │   │   ├── FlashHC32F46x.mac
│   │       │   │   │   ├── FlashHC32F46x.out
│   │       │   │   │   ├── FlashHC32F46x_otp.flash
│   │       │   │   │   └── HC32F46x.board
│   │       │   │   └── reset.mac
│   │       │   ├── hc32f46x_app.dep
│   │       │   ├── hc32f46x_app.ewd
│   │       │   ├── hc32f46x_app.ewp
│   │       │   ├── hc32f46x_app.ewt
│   │       │   ├── hc32f46x_app.eww
│   │       │   ├── output
│   │       │   │   └── release
│   │       │   │       ├── Exe
│   │       │   │       ├── List
│   │       │   │       └── Obj
│   │       │   │           ├── hc32f46x_app.pbd
│   │       │   │           ├── hc32f46x_app.pbd.browse
│   │       │   │           ├── hc32f46x_app.pbd.linf
│   │       │   │           ├── hc32f46x_gpio.pbi
│   │       │   │           ├── hc32f46x_gpio.pbi.xcl
│   │       │   │           ├── hc32f46x_utility.pbi
│   │       │   │           ├── hc32f46x_utility.pbi.xcl
│   │       │   │           ├── main.pbi
│   │       │   │           ├── main.pbi.xcl
│   │       │   │           ├── system_hc32f46x.pbi
│   │       │   │           └── system_hc32f46x.pbi.xcl
│   │       │   ├── settings
│   │       │   │   ├── ddl_template.wsdt
│   │       │   │   ├── ddl_template.wspos
│   │       │   │   ├── hc32f46x_app.Release.cspy.bat
│   │       │   │   ├── hc32f46x_app.Release.driver.xcl
│   │       │   │   ├── hc32f46x_app.Release.general.xcl
│   │       │   │   ├── hc32f46x_app.crun
│   │       │   │   ├── hc32f46x_app.dbgdt
│   │       │   │   ├── hc32f46x_app.dni
│   │       │   │   ├── hc32f46x_app.wsdt
│   │       │   │   ├── hc32f46x_app.wspos
│   │       │   │   ├── hc32f46x_app_Debug.jlink
│   │       │   │   └── hc32f46x_app_Release.jlink
│   │       │   └── startup_hc32f46x.s
│   │       ├── MDK
│   │       │   ├── EventRecorderStub.scvd
│   │       │   ├── JLinkLog.txt
│   │       │   ├── JLinkSettings.ini
│   │       │   ├── RTE
│   │       │   │   └── _hc32f46x_app_Release
│   │       │   │       └── RTE_Components.h
│   │       │   ├── hc32f46x_app.bin
│   │       │   ├── hc32f46x_app.uvguix.User
│   │       │   ├── hc32f46x_app.uvoptx
│   │       │   ├── hc32f46x_app.uvprojx
│   │       │   ├── output
│   │       │   │   └── release
│   │       │   │       ├── ExtDll.iex
│   │       │   │       ├── hc32f46x_app.axf
│   │       │   │       ├── hc32f46x_app.bin
│   │       │   │       ├── hc32f46x_app.build_log.htm
│   │       │   │       ├── hc32f46x_app.hex
│   │       │   │       ├── hc32f46x_app.lnp
│   │       │   │       ├── hc32f46x_app.map
│   │       │   │       ├── hc32f46x_app.sct
│   │       │   │       ├── hc32f46x_app_hc32f46x_app_Release.dep
│   │       │   │       ├── hc32f46x_app_sct.Bak
│   │       │   │       ├── hc32f46x_gpio.crf
│   │       │   │       ├── hc32f46x_gpio.d
│   │       │   │       ├── hc32f46x_gpio.o
│   │       │   │       ├── hc32f46x_interrupts.crf
│   │       │   │       ├── hc32f46x_interrupts.d
│   │       │   │       ├── hc32f46x_interrupts.o
│   │       │   │       ├── hc32f46x_keyscan.crf
│   │       │   │       ├── hc32f46x_keyscan.d
│   │       │   │       ├── hc32f46x_keyscan.o
│   │       │   │       ├── hc32f46x_timer0.crf
│   │       │   │       ├── hc32f46x_timer0.d
│   │       │   │       ├── hc32f46x_timer0.o
│   │       │   │       ├── hc32f46x_utility.crf
│   │       │   │       ├── hc32f46x_utility.d
│   │       │   │       ├── hc32f46x_utility.o
│   │       │   │       ├── main.crf
│   │       │   │       ├── main.d
│   │       │   │       ├── main.o
│   │       │   │       ├── startup_hc32f46x.d
│   │       │   │       ├── startup_hc32f46x.o
│   │       │   │       ├── system_hc32f46x.crf
│   │       │   │       ├── system_hc32f46x.d
│   │       │   │       ├── system_hc32f46x.o
│   │       │   │       ├── user_gpio.crf
│   │       │   │       ├── user_gpio.d
│   │       │   │       ├── user_gpio.o
│   │       │   │       ├── user_timer.crf
│   │       │   │       ├── user_timer.d
│   │       │   │       └── user_timer.o
│   │       │   └── startup_hc32f46x.s
│   │       ├── Readme.txt
│   │       └── source
│   │           ├── ddl_config.h
│   │           └── main.c
│   ├── hc32f46x_app.hex
│   ├── hc32f46x_boot
│   │   ├── app
│   │   │   └── iap
│   │   │       ├── User_Gpio.c
│   │   │       ├── User_Gpio.h
│   │   │       ├── User_Timer.c
│   │   │       ├── User_Timer.h
│   │   │       ├── iap.c
│   │   │       ├── iap.h
│   │   │       ├── modem.c
│   │   │       └── modem.h
│   │   ├── common
│   │   │   ├── hc32_common.h
│   │   │   ├── hc32f46x.h
│   │   │   ├── hc32f46x_gpio.c
│   │   │   ├── hc32f46x_gpio.h
│   │   │   ├── hc32f46x_icg.c
│   │   │   ├── hc32f46x_icg.h
│   │   │   ├── hc32f46x_interrupts.c
│   │   │   ├── hc32f46x_interrupts.h
│   │   │   ├── hc32f46x_timer0.c
│   │   │   ├── hc32f46x_timer0.h
│   │   │   ├── hc32f46x_utility.c
│   │   │   ├── hc32f46x_utility.h
│   │   │   ├── system_hc32f46x.c
│   │   │   └── system_hc32f46x.h
│   │   ├── driver
│   │   │   ├── basic.c
│   │   │   ├── basic.h
│   │   │   ├── flash.c
│   │   │   ├── flash.h
│   │   │   ├── uart.c
│   │   │   └── uart.h
│   │   ├── midware
│   │   └── project
│   │       ├── EWARM
│   │       │   ├── config
│   │       │   │   ├── HC32F46x.icf
│   │       │   │   ├── HC32F46x_boot.icf
│   │       │   │   ├── HDSC_HC32F46x.svd
│   │       │   │   └── flashloader
│   │       │   │       ├── FlashHC32F46x.flash
│   │       │   │       ├── FlashHC32F46x.mac
│   │       │   │       ├── FlashHC32F46x.out
│   │       │   │       └── HC32F46x.board
│   │       │   ├── hc32f46x_boot.dep
│   │       │   ├── hc32f46x_boot.ewd
│   │       │   ├── hc32f46x_boot.ewp
│   │       │   ├── hc32f46x_boot.ewt
│   │       │   ├── hc32f46x_boot.eww
│   │       │   ├── settings
│   │       │   │   ├── ddl_template.wsdt
│   │       │   │   ├── ddl_template.wspos
│   │       │   │   ├── hc32f46x_boot.Release.cspy.bat
│   │       │   │   ├── hc32f46x_boot.Release.driver.xcl
│   │       │   │   ├── hc32f46x_boot.Release.general.xcl
│   │       │   │   ├── hc32f46x_boot.crun
│   │       │   │   ├── hc32f46x_boot.dbgdt
│   │       │   │   ├── hc32f46x_boot.dni
│   │       │   │   ├── hc32f46x_boot.wsdt
│   │       │   │   ├── hc32f46x_boot.wspos
│   │       │   │   ├── hc32f46x_boot_Debug.jlink
│   │       │   │   └── hc32f46x_boot_Release.jlink
│   │       │   └── startup_hc32f46x.s
│   │       ├── MDK
│   │       │   ├── EventRecorderStub.scvd
│   │       │   ├── JLinkLog.txt
│   │       │   ├── JLinkSettings.ini
│   │       │   ├── RTE
│   │       │   │   └── _hc32f46x_boot_Release
│   │       │   │       └── RTE_Components.h
│   │       │   ├── hc32f46x_boot.uvguix.Michael
│   │       │   ├── hc32f46x_boot.uvguix.User
│   │       │   ├── hc32f46x_boot.uvoptx
│   │       │   ├── hc32f46x_boot.uvprojx
│   │       │   ├── output
│   │       │   │   └── release
│   │       │   │       ├── ExtDll.iex
│   │       │   │       ├── basic.crf
│   │       │   │       ├── basic.d
│   │       │   │       ├── basic.o
│   │       │   │       ├── flash.crf
│   │       │   │       ├── flash.d
│   │       │   │       ├── flash.o
│   │       │   │       ├── hc32f46x_boot.axf
│   │       │   │       ├── hc32f46x_boot.bin
│   │       │   │       ├── hc32f46x_boot.build_log.htm
│   │       │   │       ├── hc32f46x_boot.hex
│   │       │   │       ├── hc32f46x_boot.lnp
│   │       │   │       ├── hc32f46x_boot.map
│   │       │   │       ├── hc32f46x_boot.sct
│   │       │   │       ├── hc32f46x_boot_hc32f46x_boot_Release.dep
│   │       │   │       ├── hc32f46x_boot_sct.Bak
│   │       │   │       ├── hc32f46x_gpio.crf
│   │       │   │       ├── hc32f46x_gpio.d
│   │       │   │       ├── hc32f46x_gpio.o
│   │       │   │       ├── hc32f46x_icg.crf
│   │       │   │       ├── hc32f46x_icg.d
│   │       │   │       ├── hc32f46x_icg.o
│   │       │   │       ├── hc32f46x_interrupts.crf
│   │       │   │       ├── hc32f46x_interrupts.d
│   │       │   │       ├── hc32f46x_interrupts.o
│   │       │   │       ├── hc32f46x_timer0.crf
│   │       │   │       ├── hc32f46x_timer0.d
│   │       │   │       ├── hc32f46x_timer0.o
│   │       │   │       ├── hc32f46x_utility.crf
│   │       │   │       ├── hc32f46x_utility.d
│   │       │   │       ├── hc32f46x_utility.o
│   │       │   │       ├── iap.crf
│   │       │   │       ├── iap.d
│   │       │   │       ├── iap.o
│   │       │   │       ├── main.crf
│   │       │   │       ├── main.d
│   │       │   │       ├── main.o
│   │       │   │       ├── modem.crf
│   │       │   │       ├── modem.d
│   │       │   │       ├── modem.o
│   │       │   │       ├── startup_hc32f46x.d
│   │       │   │       ├── startup_hc32f46x.o
│   │       │   │       ├── system_hc32f46x.crf
│   │       │   │       ├── system_hc32f46x.d
│   │       │   │       ├── system_hc32f46x.o
│   │       │   │       ├── uart.crf
│   │       │   │       ├── uart.d
│   │       │   │       ├── uart.o
│   │       │   │       ├── user_gpio.crf
│   │       │   │       ├── user_gpio.d
│   │       │   │       ├── user_gpio.o
│   │       │   │       ├── user_timer.crf
│   │       │   │       ├── user_timer.d
│   │       │   │       └── user_timer.o
│   │       │   └── startup_hc32f46x.s
│   │       └── source
│   │           └── main.c
│   ├── hc32f46x_boot.hex
│   └── iap_hecheng.hex
└── 半导体HC32F460的IAP例程。.rar

42 directories, 306 files