首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

GD32C8T6模板工程文件

硬件开发 389.06KB 5 需要积分: 1
立即下载

资源介绍:

GD32C8T6模板工程文件
/*! \file readme.txt \brief description of led spark with systick, USART print and key example \version 2023-02-27, V1.2.0, firmware for GD32E23x */ /* Copyright (c) 2023, GigaDevice Semiconductor Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ This example is based on the GD32E230C-EVAL-V1.1 board, it provides a description of SysTick configuration, use of EVAL_COM and key.

资源文件列表:

TemplateDemo.zip 大约有131个文件
  1. Doc/
  2. Frimware/
  3. Frimware/CMSIS/
  4. Frimware/CMSIS/GD/
  5. Frimware/CMSIS/GD/GD32E23x/
  6. Frimware/CMSIS/GD/GD32E23x/Include/
  7. Frimware/CMSIS/GD/GD32E23x/Include/gd32e23x.h 12.54KB
  8. Frimware/CMSIS/GD/GD32E23x/Include/system_gd32e23x.h 2.32KB
  9. Frimware/CMSIS/GD/GD32E23x/Source/
  10. Frimware/CMSIS/GD/GD32E23x/Source/ARM/
  11. Frimware/CMSIS/GD/GD32E23x/Source/ARM/startup_gd32e23x.s 10.48KB
  12. Frimware/CMSIS/GD/GD32E23x/Source/IAR/
  13. Frimware/CMSIS/GD/GD32E23x/Source/IAR/startup_gd32e23x.s 10.94KB
  14. Frimware/CMSIS/GD/GD32E23x/Source/system_gd32e23x.c 12KB
  15. Frimware/GD32E23x_standard_peripheral/
  16. Frimware/GD32E23x_standard_peripheral/Include/
  17. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_adc.h 23.61KB
  18. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_cmp.h 9.54KB
  19. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_crc.h 5.97KB
  20. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_dbg.h 6.36KB
  21. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_dma.h 17.33KB
  22. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_exti.h 19.94KB
  23. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_fmc.h 14.06KB
  24. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_fwdgt.h 6.95KB
  25. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_gpio.h 25.54KB
  26. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_i2c.h 25.83KB
  27. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_misc.h 4.18KB
  28. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_pmu.h 7.34KB
  29. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_rcu.h 44.25KB
  30. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_rtc.h 45KB
  31. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_spi.h 28.42KB
  32. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_syscfg.h 12.36KB
  33. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_timer.h 55.79KB
  34. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_usart.h 38.18KB
  35. Frimware/GD32E23x_standard_peripheral/Include/gd32e23x_wwdgt.h 4.58KB
  36. Frimware/GD32E23x_standard_peripheral/Source/
  37. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_adc.c 28.43KB
  38. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_cmp.c 5.46KB
  39. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_crc.c 7.16KB
  40. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_dbg.c 5.67KB
  41. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_dma.c 20KB
  42. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_exti.c 8.11KB
  43. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_fmc.c 24.55KB
  44. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_fwdgt.c 7.54KB
  45. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_gpio.c 13.23KB
  46. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_i2c.c 27.34KB
  47. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_misc.c 5KB
  48. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_pmu.c 8.42KB
  49. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_rcu.c 36.05KB
  50. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_rtc.c 35.11KB
  51. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_spi.c 31.65KB
  52. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_syscfg.c 7.23KB
  53. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_timer.c 85.29KB
  54. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_usart.c 40.73KB
  55. Frimware/GD32E23x_standard_peripheral/Source/gd32e23x_wwdgt.c 3.96KB
  56. Hardware/
  57. Project/
  58. Project/Listings/
  59. Project/Listings/startup_gd32e23x.lst 36.77KB
  60. Project/Listings/Template.map 206.19KB
  61. Project/Objects/
  62. Project/Objects/gd32e23x_adc.d 1.9KB
  63. Project/Objects/gd32e23x_adc.o 29.85KB
  64. Project/Objects/gd32e23x_cmp.d 1.9KB
  65. Project/Objects/gd32e23x_cmp.o 9.46KB
  66. Project/Objects/gd32e23x_crc.d 1.9KB
  67. Project/Objects/gd32e23x_crc.o 11.36KB
  68. Project/Objects/gd32e23x_dbg.d 1.9KB
  69. Project/Objects/gd32e23x_dbg.o 6.52KB
  70. Project/Objects/gd32e23x_dma.d 1.9KB
  71. Project/Objects/gd32e23x_dma.o 22.8KB
  72. Project/Objects/gd32e23x_exti.d 1.9KB
  73. Project/Objects/gd32e23x_exti.o 11.51KB
  74. Project/Objects/gd32e23x_fmc.d 1.9KB
  75. Project/Objects/gd32e23x_fmc.o 25.41KB
  76. Project/Objects/gd32e23x_fwdgt.d 1.9KB
  77. Project/Objects/gd32e23x_fwdgt.o 10.05KB
  78. Project/Objects/gd32e23x_gpio.d 1.9KB
  79. Project/Objects/gd32e23x_gpio.o 13.68KB
  80. Project/Objects/gd32e23x_i2c.d 1.9KB
  81. Project/Objects/gd32e23x_i2c.o 28.91KB
  82. Project/Objects/gd32e23x_it.d 1.91KB
  83. Project/Objects/gd32e23x_it.o 3.89KB
  84. Project/Objects/gd32e23x_misc.d 1.9KB
  85. Project/Objects/gd32e23x_misc.o 11.16KB
  86. Project/Objects/gd32e23x_pmu.d 1.9KB
  87. Project/Objects/gd32e23x_pmu.o 12.78KB
  88. Project/Objects/gd32e23x_rcu.d 1.9KB
  89. Project/Objects/gd32e23x_rcu.o 40.83KB
  90. Project/Objects/gd32e23x_rtc.d 1.9KB
  91. Project/Objects/gd32e23x_rtc.o 30.18KB
  92. Project/Objects/gd32e23x_spi.d 1.9KB
  93. Project/Objects/gd32e23x_spi.o 31.13KB
  94. Project/Objects/gd32e23x_syscfg.d 1.91KB
  95. Project/Objects/gd32e23x_syscfg.o 10.3KB
  96. Project/Objects/gd32e23x_timer.d 1.9KB
  97. Project/Objects/gd32e23x_timer.o 57.45KB
  98. Project/Objects/gd32e23x_usart.d 1.9KB
  99. Project/Objects/gd32e23x_usart.o 46.68KB
  100. Project/Objects/gd32e23x_wwdgt.d 1.9KB
  101. Project/Objects/gd32e23x_wwdgt.o 7.9KB
  102. Project/Objects/main.d 1.93KB
  103. Project/Objects/main.o 2.23KB
  104. Project/Objects/startup_gd32e23x.d 91B
  105. Project/Objects/startup_gd32e23x.o 4.86KB
  106. Project/Objects/system_gd32e23x.d 1.9KB
  107. Project/Objects/system_gd32e23x.o 6.55KB
  108. Project/Objects/systick.d 1.87KB
  109. Project/Objects/systick.o 8.13KB
  110. Project/Objects/Template.axf 23.84KB
  111. Project/Objects/Template.build_log.htm 1.76KB
  112. Project/Objects/Template.hex 2.54KB
  113. Project/Objects/Template.htm 25.35KB
  114. Project/Objects/Template.lnp 951B
  115. Project/Objects/Template.sct 494B
  116. Project/Objects/Template_Target 1.dep 68.55KB
  117. Project/RTE/
  118. Project/RTE/_Target_1/
  119. Project/RTE/_Target_1/RTE_Components.h 339B
  120. Project/Template.uvguix.axin 90.39KB
  121. Project/Template.uvoptx 15.51KB
  122. Project/Template.uvprojx 19.49KB
  123. User/
  124. User/gd32e23x_it.c 2.58KB
  125. User/gd32e23x_it.h 2.42KB
  126. User/gd32e23x_libopt.h 2.24KB
  127. User/main.c 141B
  128. User/main.h 1.74KB
  129. User/readme.txt 1.82KB
  130. User/systick.c 2.5KB
  131. User/systick.h 1.89KB
0评论
提交 加载更多评论
其他资源 yolov5的模型参数pt文件
yolov5的模型参数pt文件
Scrcpy-win-v2.6.1
有线投屏 连接设备:利用 USB 数据线,将手机与电脑连接。确保在手机上启用了 USB 调试选项。 启动 scrcpy:定位到你已解压的 scrcpy 文件夹,并双击 scrcpy.exe 文件启动投屏应用。 无线投屏 完成有线投屏的步骤后,在电脑上打开命令行工具(如 PowerShell),按序执行以下操作命令。无线投屏前,请确保电脑和手机处于同一 WiFi 网络下。 cd D:\Libraries\Desktop\scrcpy-win64-v2.6.1 在手机端开启「开发者选项」和「USB 调试」,然后使用数据线将手机和电脑连接,并允许 USB 调试,开启手机端口。如果本行显示 no device 或未启动 adb,需检查「USB 调试」是否开启,或更换数据线。此外,一些手机需选择「文件传输」模式方能使用 adb。 .\adb tcpip 5555 拔出手机数据线,开始无线投屏。当显示 cannot connect 的超时报错,则关闭设备的 WIFI 然后重新开启。 .\adb connect 192.168.2.20:5555
《Flask Web应用开发项目实战基于Python和统信UOS》配套PPT
《Flask Web 应用开发项目实战——基于 Python 和统信 UOS》及其配套计算机操作指南。《Flask Web 应用开发项目实战 基于 Python 和统信 UOS》作为一本深入介绍Flask框架与统信UOS操作系统结合应用的书籍,为开发者提供了丰富的理论知识与实践案例。然而,对于初学者而言,从源码下载到项目部署的全过程可能仍显得复杂且充满挑战。因此,《Flask Web 应用开发项目实战 基于 Python 和统信 UOS》配套计算机操作指南应运而生,旨在为读者提供一条清晰、顺畅的学习路径,确保每位读者都能顺利上手并成功运行Flask项目。
《Flask Web应用开发项目实战基于Python和统信UOS》配套PPT 《Flask Web应用开发项目实战基于Python和统信UOS》配套PPT 《Flask Web应用开发项目实战基于Python和统信UOS》配套PPT
《Flask Web应用开发项目实战基于Python和统信UOS》配套源代码
《Flask Web 应用开发项目实战——基于 Python 和统信 UOS》及其配套计算机操作指南。《Flask Web 应用开发项目实战 基于 Python 和统信 UOS》作为一本深入介绍Flask框架与统信UOS操作系统结合应用的书籍,为开发者提供了丰富的理论知识与实践案例。然而,对于初学者而言,从源码下载到项目部署的全过程可能仍显得复杂且充满挑战。因此,《Flask Web 应用开发项目实战 基于 Python 和统信 UOS》配套计算机操作指南应运而生,旨在为读者提供一条清晰、顺畅的学习路径,确保每位读者都能顺利上手并成功运行Flask项目。
2024年中职对口升学类职业技能考核题库.zip
2024年中职对口升学类职业技能考核题库.zip
假日学校学生签名.zip
假日学校学生签名.zip
播放摄像头流视频支持H264 H265
基于jessibuca播放摄像头流视频支持H264 H265,基于MediaSource/Webcodec/ WebAssembly(wasm)实现的纯JavaScript直播播放器。支持ws-raw、http(ws)-flv、hls、webTransport、webrtc、http(ws)-fmp4、http(ws)-h264、http(ws)-h265多种播放格式。自带底部UI。支持创建多个播放实例。支持多种视频缩放模式 支持填充,等比,等比缩放 3中视频缩放模式。支持视频录制 支持录制MP4和WebM格式(video/webm;codecs=h264)的视频录制。(基于MediaRecorder),(MP4格式支持在IOS VLC播放器显示时长播放,Android VLC播放器无法显示时长播放,PC VLC播放器可以播放)。支持微信等H5自动播放 借助于wasm软解码(wcs硬解码)+canvas渲染,可以实现在微信等H5任何交互情况下自动播放。
【实例1.1】.zip
【实例1.1】.zip
【实例1.1】.zip