在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → HT32F52352工程模板

HT32F52352工程模板

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.60M
  • 下载次数:6
  • 浏览次数:359
  • 发布时间:2020-11-02
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
HT32F52352工程模板,自己建立的,亲测可用,可以配合本人的其他关于HT32F52352的博客使用。
【实例截图】
【核心代码】
工程模板
└── 工程模板
├── Doc
│   └── reardme.txt
├── Libraries
│   ├── CMSIS
│   │   ├── CMSIS_END_USER_LICENCE_AGREEMENT.pdf
│   │   ├── Include
│   │   │   ├── core_cm0plus.h
│   │   │   ├── core_cm3.h
│   │   │   ├── core_cmFunc.h
│   │   │   └── core_cmInstr.h
│   │   ├── index.html
│   │   └── README.txt
│   ├── Device
│   │   └── Holtek
│   │   └── HT32F5xxxx
│   │   ├── Include
│   │   │   ├── ht32f5xxxx_01.h
│   │   │   └── system_ht32f5xxxx_01.h
│   │   └── Source
│   │   ├── ARM
│   │   │   ├── startup_ht32f0008.s
│   │   │   ├── startup_ht32f50220_30.s
│   │   │   ├── startup_ht32f50231_41.s
│   │   │   ├── startup_ht32f52220_30.s
│   │   │   ├── startup_ht32f52231_41.s
│   │   │   ├── startup_ht32f52243_53.s
│   │   │   ├── startup_ht32f52331_41.s
│   │   │   ├── startup_ht32f52342_52.s
│   │   │   ├── startup_ht32f5826.s
│   │   │   ├── startup_ht32f5xxxx_01.s
│   │   │   └── startup_ht32f5xxxx_02.s
│   │   ├── CodeSourcery
│   │   │   ├── startup_ht32f5xxxx_cs3_01.s
│   │   │   └── startup_ht32f5xxxx_cs3_02.s
│   │   ├── GCC
│   │   │   ├── startup_ht32f5xxxx_gcc_01.s
│   │   │   └── startup_ht32f5xxxx_gcc_02.s
│   │   ├── IAR
│   │   │   ├── startup_ht32f5xxxx_01.s
│   │   │   └── startup_ht32f5xxxx_02.s
│   │   ├── system_ht32f0006.c
│   │   ├── system_ht32f5826.c
│   │   ├── system_ht32f5xxxx_01.c
│   │   ├── system_ht32f5xxxx_02.c
│   │   ├── system_ht32f5xxxx_03.c
│   │   └── system_ht32f5xxxx_04.c
│   ├── HT32F5xxxx_01_DebugSupport.ini
│   ├── ht32f5xxxx_01_usbdconf.h
│   ├── ht32f5xxxx_conf.h
│   ├── HT32F5xxxx_Driver
│   │   ├── inc
│   │   │   ├── ht32_cm0plus_misc.h
│   │   │   ├── ht32_config.h
│   │   │   ├── ht32_div.h
│   │   │   ├── ht32f0006_libcfg.h
│   │   │   ├── ht32f0008_libcfg.h
│   │   │   ├── ht32f50220_30_libcfg.h
│   │   │   ├── ht32f50231_41_libcfg.h
│   │   │   ├── ht32f52220_30_libcfg.h
│   │   │   ├── ht32f52231_41_libcfg.h
│   │   │   ├── ht32f52243_53_libcfg.h
│   │   │   ├── ht32f52331_41_libcfg.h
│   │   │   ├── ht32f52342_52_libcfg.h
│   │   │   ├── ht32f52344_54_libcfg.h
│   │   │   ├── ht32f5826_libcfg.h
│   │   │   ├── ht32f5xxxx_adc.h
│   │   │   ├── ht32f5xxxx_aes.h
│   │   │   ├── ht32f5xxxx_bftm.h
│   │   │   ├── ht32f5xxxx_ckcu.h
│   │   │   ├── ht32f5xxxx_cmp.h
│   │   │   ├── ht32f5xxxx_crc.h
│   │   │   ├── ht32f5xxxx_dac_dual16.h
│   │   │   ├── ht32f5xxxx_div.h
│   │   │   ├── ht32f5xxxx_ebi.h
│   │   │   ├── ht32f5xxxx_exti.h
│   │   │   ├── ht32f5xxxx_flash.h
│   │   │   ├── ht32f5xxxx_gpio.h
│   │   │   ├── ht32f5xxxx_i2c.h
│   │   │   ├── ht32f5xxxx_i2s.h
│   │   │   ├── ht32f5xxxx_lib.h
│   │   │   ├── ht32f5xxxx_mctm.h
│   │   │   ├── ht32f5xxxx_midi.h
│   │   │   ├── ht32f5xxxx_pdma.h
│   │   │   ├── ht32f5xxxx_pwrcu.h
│   │   │   ├── ht32f5xxxx_rstcu.h
│   │   │   ├── ht32f5xxxx_rtc.h
│   │   │   ├── ht32f5xxxx_sci.h
│   │   │   ├── ht32f5xxxx_spi.h
│   │   │   ├── ht32f5xxxx_spi_midi.h
│   │   │   ├── ht32f5xxxx_tm.h
│   │   │   ├── ht32f5xxxx_tm_type.h
│   │   │   ├── ht32f5xxxx_usart.h
│   │   │   ├── ht32f5xxxx_usbdchk.h
│   │   │   ├── ht32f5xxxx_usbd.h
│   │   │   ├── ht32f5xxxx_usbdinit.h
│   │   │   ├── ht32f5xxxx_wdt.h
│   │   │   ├── ht32.h
│   │   │   ├── ht32_rand.h
│   │   │   ├── ht32_retarget_desc.h
│   │   │   ├── ht32_retarget_usbdconf.h
│   │   │   └── ht32_serial.h
│   │   └── src
│   │   ├── ht32_cm0plus_misc.c
│   │   ├── ht32_div.c
│   │   ├── ht32f5xxxx_adc.c
│   │   ├── ht32f5xxxx_aes.c
│   │   ├── ht32f5xxxx_bftm.c
│   │   ├── ht32f5xxxx_ckcu.c
│   │   ├── ht32f5xxxx_cmp.c
│   │   ├── ht32f5xxxx_crc.c
│   │   ├── ht32f5xxxx_dac_dual16.c
│   │   ├── ht32f5xxxx_div.c
│   │   ├── ht32f5xxxx_ebi.c
│   │   ├── ht32f5xxxx_exti.c
│   │   ├── ht32f5xxxx_flash.c
│   │   ├── ht32f5xxxx_gpio.c
│   │   ├── ht32f5xxxx_i2c.c
│   │   ├── ht32f5xxxx_i2s.c
│   │   ├── ht32f5xxxx_mctm.c
│   │   ├── ht32f5xxxx_midi.c
│   │   ├── ht32f5xxxx_pdma.c
│   │   ├── ht32f5xxxx_pwrcu.c
│   │   ├── ht32f5xxxx_rstcu.c
│   │   ├── ht32f5xxxx_rtc.c
│   │   ├── ht32f5xxxx_sci.c
│   │   ├── ht32f5xxxx_spi.c
│   │   ├── ht32f5xxxx_spi_midi.c
│   │   ├── ht32f5xxxx_tm.c
│   │   ├── ht32f5xxxx_usart.c
│   │   ├── ht32f5xxxx_usbd.c
│   │   ├── ht32f5xxxx_wdt.c
│   │   ├── ht32_rand.c
│   │   ├── ht32_retarget.c
│   │   ├── ht32_retarget_desc.c
│   │   ├── ht32_serial.c
│   │   ├── printf.c
│   │   └── syscalls.c
│   ├── HT32_USBD_Library
│   │   ├── example
│   │   │   ├── ht32fxxxxx_usbdconf.h
│   │   │   ├── ht32_usbd_class.c
│   │   │   ├── ht32_usbd_class.h
│   │   │   ├── ht32_usbd_descriptor.c
│   │   │   └── ht32_usbd_descriptor.h
│   │   ├── inc
│   │   │   └── ht32_usbd_core.h
│   │   └── src
│   │   └── ht32_usbd_core.c
│   ├── startup_ht32f5xxxx_cs3_01.s
│   └── system_ht32f5xxxx_01.c
├── Listing
│   ├── HT32.map
│   ├── ht32_op.lst
│   ├── ht32_op.s
│   ├── Project.map
│   ├── startup_ht32f5xxxx_01.lst
│   └── startup_ht32f5xxxx_01.s
├── Output
│   ├── ebi_lcd.crf
│   ├── ebi_lcd.d
│   ├── ebi_lcd.o
│   ├── ht32_board.crf
│   ├── ht32_board.d
│   ├── ht32_board.o
│   ├── HT32.build_log.htm
│   ├── ht32_cm0plus_misc.crf
│   ├── ht32_cm0plus_misc.d
│   ├── ht32_cm0plus_misc.o
│   ├── ht32_div.crf
│   ├── ht32_div.d
│   ├── ht32_div.o
│   ├── ht32f5xxxx_01_it.crf
│   ├── ht32f5xxxx_01_it.d
│   ├── ht32f5xxxx_01_it.o
│   ├── ht32f5xxxx_adc.crf
│   ├── ht32f5xxxx_adc.d
│   ├── ht32f5xxxx_adc.o
│   ├── ht32f5xxxx_aes.crf
│   ├── ht32f5xxxx_aes.d
│   ├── ht32f5xxxx_bftm.crf
│   ├── ht32f5xxxx_bftm.d
│   ├── ht32f5xxxx_bftm.o
│   ├── ht32f5xxxx_ckcu.crf
│   ├── ht32f5xxxx_ckcu.d
│   ├── ht32f5xxxx_ckcu.o
│   ├── ht32f5xxxx_cmp.crf
│   ├── ht32f5xxxx_cmp.d
│   ├── ht32f5xxxx_cmp.o
│   ├── ht32f5xxxx_crc.crf
│   ├── ht32f5xxxx_crc.d
│   ├── ht32f5xxxx_crc.o
│   ├── ht32f5xxxx_dac_dual16.crf
│   ├── ht32f5xxxx_dac_dual16.d
│   ├── ht32f5xxxx_dac_dual16.o
│   ├── ht32f5xxxx_div.crf
│   ├── ht32f5xxxx_div.d
│   ├── ht32f5xxxx_ebi.crf
│   ├── ht32f5xxxx_ebi.d
│   ├── ht32f5xxxx_ebi.o
│   ├── ht32f5xxxx_exti.crf
│   ├── ht32f5xxxx_exti.d
│   ├── ht32f5xxxx_exti.o
│   ├── ht32f5xxxx_flash.crf
│   ├── ht32f5xxxx_flash.d
│   ├── ht32f5xxxx_flash.o
│   ├── ht32f5xxxx_gpio.crf
│   ├── ht32f5xxxx_gpio.d
│   ├── ht32f5xxxx_gpio.o
│   ├── ht32f5xxxx_i2c.crf
│   ├── ht32f5xxxx_i2c.d
│   ├── ht32f5xxxx_i2c.o
│   ├── ht32f5xxxx_i2s.crf
│   ├── ht32f5xxxx_i2s.d
│   ├── ht32f5xxxx_i2s.o
│   ├── ht32f5xxxx_mctm.crf
│   ├── ht32f5xxxx_mctm.d
│   ├── ht32f5xxxx_mctm.o
│   ├── ht32f5xxxx_midi.crf
│   ├── ht32f5xxxx_midi.d
│   ├── ht32f5xxxx_pdma.crf
│   ├── ht32f5xxxx_pdma.d
│   ├── ht32f5xxxx_pdma.o
│   ├── ht32f5xxxx_pwrcu.crf
│   ├── ht32f5xxxx_pwrcu.d
│   ├── ht32f5xxxx_pwrcu.o
│   ├── ht32f5xxxx_rstcu.crf
│   ├── ht32f5xxxx_rstcu.d
│   ├── ht32f5xxxx_rstcu.o
│   ├── ht32f5xxxx_rtc.crf
│   ├── ht32f5xxxx_rtc.d
│   ├── ht32f5xxxx_rtc.o
│   ├── ht32f5xxxx_sci.crf
│   ├── ht32f5xxxx_sci.d
│   ├── ht32f5xxxx_sci.o
│   ├── ht32f5xxxx_spi.crf
│   ├── ht32f5xxxx_spi.d
│   ├── ht32f5xxxx_spi_midi.d
│   ├── ht32f5xxxx_spi.o
│   ├── ht32f5xxxx_tm.crf
│   ├── ht32f5xxxx_tm.d
│   ├── ht32f5xxxx_tm.o
│   ├── ht32f5xxxx_usart.crf
│   ├── ht32f5xxxx_usart.d
│   ├── ht32f5xxxx_usart.o
│   ├── ht32f5xxxx_usbd.crf
│   ├── ht32f5xxxx_usbd.d
│   ├── ht32f5xxxx_usbd.o
│   ├── ht32f5xxxx_wdt.crf
│   ├── ht32f5xxxx_wdt.d
│   ├── ht32f5xxxx_wdt.o
│   ├── HT32.lnp
│   ├── ht32_op.d
│   ├── ht32_op.o
│   ├── ht32_rand.crf
│   ├── ht32_rand.d
│   ├── ht32_rand.o
│   ├── ht32_retarget.crf
│   ├── ht32_retarget.d
│   ├── ht32_retarget_desc.crf
│   ├── ht32_retarget_desc.d
│   ├── ht32_retarget.o
│   ├── ht32_serial.crf
│   ├── ht32_serial.d
│   ├── ht32_serial.o
│   ├── ht32_usbd_core.crf
│   ├── ht32_usbd_core.d
│   ├── ht32_usbd_core.o
│   ├── i2c_eeprom.crf
│   ├── i2c_eeprom.d
│   ├── i2c_eeprom.o
│   ├── main.crf
│   ├── main.d
│   ├── main.o
│   ├── printf.crf
│   ├── printf.d
│   ├── printf.o
│   ├── Project.axf
│   ├── Project.axf.bin
│   ├── Project.build_log.htm
│   ├── Project.hex
│   ├── Project.htm
│   ├── Project.lnp
│   ├── Project.sct
│   ├── spi_flash.crf
│   ├── spi_flash.d
│   ├── spi_flash.o
│   ├── startup_ht32f5xxxx_01.d
│   ├── startup_ht32f5xxxx_01.o
│   ├── syscalls.d
│   ├── system_ht32f5xxxx_01.crf
│   ├── system_ht32f5xxxx_01.d
│   ├── system_ht32f5xxxx_01.o
│   └── Templete.build_log.htm
├── Project
│   ├── Templete.build_log.htm
│   ├── Templete_Target 1.dep
│   ├── Templete.uvgui.DELL
│   ├── Templete.uvgui_DELL.bak
│   ├── Templete.uvopt
│   ├── Templete_uvopt.bak
│   ├── Templete.uvproj
│   └── Templete_uvproj.bak
├── User
│   ├── ht32f5xxxx_01_it.c
│   ├── ht32_usbd_core.c
│   └── main.c
└── Utilities
├── common
│   ├── ebi_lcd.c
│   ├── ebi_lcd.h
│   ├── font.h
│   ├── i2c_eeprom.c
│   ├── i2c_eeprom.h
│   ├── ring_buffer.c
│   ├── ring_buffer.h
│   ├── spi_flash_auto.c
│   ├── spi_flash_auto.h
│   ├── spi_flash.c
│   ├── spi_flash_common.c
│   ├── spi_flash_common.h
│   ├── spi_flash.h
│   ├── spi_flash_MX25L1606E.c
│   ├── spi_flash_MX25L1606E.h
│   ├── spi_flash_SST25VF016B.c
│   ├── spi_flash_SST25VF016B.h
│   ├── spi_lcd.c
│   └── spi_lcd.h
├── gsar
│   └── contrib
│   └── gsar
│   └── 1.21
│   ├── gsar-1.21
│   │   └── copying
│   └── gsar-1.21-GnuWin32.README
├── HT32_Board
│   ├── ht32f0006_dvb.h
│   ├── ht32f0008_sk.h
│   ├── ht32f50230_sk.h
│   ├── ht32f50241_sk.h
│   ├── ht32f52230_sk.h
│   ├── ht32f52241_sk.h
│   ├── ht32f52253_sk.h
│   ├── ht32f52341_sk.h
│   ├── ht32f52352_sk.h
│   ├── ht32f52354_sk.h
│   ├── ht32f5826_sk.h
│   └── ht32f5xxxx_board_01.c
├── ht32_board.c
└── ht32_board.h

33 directories, 317 files

标签:

实例下载地址

HT32F52352工程模板

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警