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

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

STM32F103ZET6-cubemx-FreeRTOS使用串口2和KQM6600进行通信

物联网 13.03MB 10 需要积分: 1
立即下载

资源介绍:

屎山代码仅供参考
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names

资源文件列表:

test0920.zip 大约有325个文件
  1. .mxproject 13.44KB
  2. Core/
  3. Core/Inc/
  4. Core/Inc/FreeRTOSConfig.h 5.71KB
  5. Core/Inc/fsmc.h 1.49KB
  6. Core/Inc/gpio.h 1.28KB
  7. Core/Inc/main.h 2.88KB
  8. Core/Inc/spi.h 1.31KB
  9. Core/Inc/stm32f1xx_hal_conf.h 15.34KB
  10. Core/Inc/stm32f1xx_it.h 1.92KB
  11. Core/Inc/tim.h 1.31KB
  12. Core/Inc/usart.h 1.4KB
  13. Core/Src/
  14. Core/Src/freertos.c 6.33KB
  15. Core/Src/fsmc.c 6.34KB
  16. Core/Src/gpio.c 3.56KB
  17. Core/Src/main.c 8.44KB
  18. Core/Src/spi.c 3.23KB
  19. Core/Src/stm32f1xx_hal_msp.c 2.35KB
  20. Core/Src/stm32f1xx_hal_timebase_tim.c 4.4KB
  21. Core/Src/stm32f1xx_it.c 5.76KB
  22. Core/Src/system_stm32f1xx.c 14.23KB
  23. Core/Src/tim.c 2.64KB
  24. Core/Src/usart.c 5.34KB
  25. Drivers/
  26. Drivers/CMSIS/
  27. Drivers/CMSIS/Device/
  28. Drivers/CMSIS/Device/ST/
  29. Drivers/CMSIS/Device/ST/STM32F1xx/
  30. Drivers/CMSIS/Device/ST/STM32F1xx/Include/
  31. Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 939.71KB
  32. Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 9.87KB
  33. Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 1.72KB
  34. Drivers/CMSIS/Device/ST/STM32F1xx/LICENSE.txt 369B
  35. Drivers/CMSIS/Device/ST/STM32F1xx/Source/
  36. Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/
  37. Drivers/CMSIS/Include/
  38. Drivers/CMSIS/Include/cmsis_armcc.h 27.55KB
  39. Drivers/CMSIS/Include/cmsis_armclang.h 55.17KB
  40. Drivers/CMSIS/Include/cmsis_compiler.h 8.8KB
  41. Drivers/CMSIS/Include/cmsis_gcc.h 60.88KB
  42. Drivers/CMSIS/Include/cmsis_iccarm.h 27.75KB
  43. Drivers/CMSIS/Include/cmsis_version.h 1.68KB
  44. Drivers/CMSIS/Include/core_armv8mbl.h 95.7KB
  45. Drivers/CMSIS/Include/core_armv8mml.h 164.96KB
  46. Drivers/CMSIS/Include/core_cm0.h 41.22KB
  47. Drivers/CMSIS/Include/core_cm0plus.h 49.28KB
  48. Drivers/CMSIS/Include/core_cm1.h 42.44KB
  49. Drivers/CMSIS/Include/core_cm23.h 102.18KB
  50. Drivers/CMSIS/Include/core_cm3.h 109.23KB
  51. Drivers/CMSIS/Include/core_cm33.h 171.48KB
  52. Drivers/CMSIS/Include/core_cm4.h 120.71KB
  53. Drivers/CMSIS/Include/core_cm7.h 145.11KB
  54. Drivers/CMSIS/Include/core_sc000.h 46.14KB
  55. Drivers/CMSIS/Include/core_sc300.h 107.93KB
  56. Drivers/CMSIS/Include/mpu_armv7.h 11.44KB
  57. Drivers/CMSIS/Include/mpu_armv8.h 10.7KB
  58. Drivers/CMSIS/Include/tz_context.h 2.69KB
  59. Drivers/CMSIS/LICENSE.txt 11.29KB
  60. Drivers/STM32F1xx_HAL_Driver/
  61. Drivers/STM32F1xx_HAL_Driver/Inc/
  62. Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/
  63. Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 232.09KB
  64. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 10.83KB
  65. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 16.67KB
  66. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 7.25KB
  67. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 17.34KB
  68. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 12.1KB
  69. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 11.54KB
  70. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 8.61KB
  71. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 35.17KB
  72. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 11.6KB
  73. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 35.2KB
  74. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 11.26KB
  75. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 65.13KB
  76. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 96.97KB
  77. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h 30.84KB
  78. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h 8.44KB
  79. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 119.86KB
  80. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 9.35KB
  81. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 44.58KB
  82. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h 43.96KB
  83. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h 23.64KB
  84. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h 74.44KB
  85. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h 30.47KB
  86. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h 39.06KB
  87. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h 88.31KB
  88. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h 12.29KB
  89. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h 82.01KB
  90. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h 22.91KB
  91. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h 160.21KB
  92. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h 96.86KB
  93. Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h 8.41KB
  94. Drivers/STM32F1xx_HAL_Driver/LICENSE.txt 377B
  95. Drivers/STM32F1xx_HAL_Driver/Src/
  96. Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c 19.78KB
  97. Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c 18.81KB
  98. Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c 26.78KB
  99. Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c 14.7KB
  100. Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c 28.33KB
  101. Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c 34.92KB
  102. Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c 20.98KB
  103. Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c 4.05KB
  104. Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c 20.26KB
  105. Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c 47.61KB
  106. Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c 29.17KB
  107. Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c 124.71KB
  108. Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sram.c 32.99KB
  109. Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c 238.24KB
  110. Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c 77.11KB
  111. Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c 132.35KB
  112. Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c 37.43KB
  113. MDK-ARM/
  114. MDK-ARM/EventRecorderStub.scvd 339B
  115. MDK-ARM/RTE/
  116. MDK-ARM/RTE/_test0920/
  117. MDK-ARM/RTE/_test0920/RTE_Components.h 340B
  118. MDK-ARM/startup_stm32f103xe.lst 46.03KB
  119. MDK-ARM/startup_stm32f103xe.s 14.55KB
  120. MDK-ARM/test0920.uvguix.Ttlion 178.36KB
  121. MDK-ARM/test0920.uvoptx 27.42KB
  122. MDK-ARM/test0920.uvprojx 67.85KB
  123. MDK-ARM/test0920/
  124. MDK-ARM/test0920/app.crf 631.52KB
  125. MDK-ARM/test0920/app.d 2.68KB
  126. MDK-ARM/test0920/app.o 700.36KB
  127. MDK-ARM/test0920/cmsis_os.crf 75.53KB
  128. MDK-ARM/test0920/cmsis_os.d 1.48KB
  129. MDK-ARM/test0920/cmsis_os.o 153.52KB
  130. MDK-ARM/test0920/croutine.crf 39.38KB
  131. MDK-ARM/test0920/croutine.d 1.1KB
  132. MDK-ARM/test0920/croutine.o 41.84KB
  133. MDK-ARM/test0920/event_groups.crf 52.16KB
  134. MDK-ARM/test0920/event_groups.d 1.23KB
  135. MDK-ARM/test0920/event_groups.o 68.46KB
  136. MDK-ARM/test0920/ExtDll.iex 19B
  137. MDK-ARM/test0920/freertos.crf 689.34KB
  138. MDK-ARM/test0920/freertos.d 4.02KB
  139. MDK-ARM/test0920/freertos.o 753.46KB
  140. MDK-ARM/test0920/fsmc.crf 632.79KB
  141. MDK-ARM/test0920/fsmc.d 2.74KB
  142. MDK-ARM/test0920/fsmc.o 707.16KB
  143. MDK-ARM/test0920/gpio.crf 632.6KB
  144. MDK-ARM/test0920/gpio.d 2.74KB
  145. MDK-ARM/test0920/gpio.o 700.7KB
  146. MDK-ARM/test0920/heap_4.crf 45.08KB
  147. MDK-ARM/test0920/heap_4.d 1017B
  148. MDK-ARM/test0920/heap_4.o 56.42KB
  149. MDK-ARM/test0920/key.crf 631.52KB
  150. MDK-ARM/test0920/key.d 2.68KB
  151. MDK-ARM/test0920/key.o 702.55KB
  152. MDK-ARM/test0920/kqm.crf 631.27KB
  153. MDK-ARM/test0920/kqm.d 2.68KB
  154. MDK-ARM/test0920/kqm.o 702.37KB
  155. MDK-ARM/test0920/kunkun.crf 85B
  156. MDK-ARM/test0920/kunkun.d 37B
  157. MDK-ARM/test0920/kunkun.o 90.21KB
  158. MDK-ARM/test0920/lcd.crf 636.59KB
  159. MDK-ARM/test0920/lcd.d 2.72KB
  160. MDK-ARM/test0920/lcd.o 743.86KB
  161. MDK-ARM/test0920/list.crf 33.51KB
  162. MDK-ARM/test0920/list.d 896B
  163. MDK-ARM/test0920/list.o 44.46KB
  164. MDK-ARM/test0920/main.crf 689.5KB
  165. MDK-ARM/test0920/main.d 3.86KB
  166. MDK-ARM/test0920/main.o 755.44KB
  167. MDK-ARM/test0920/port.crf 41.01KB
  168. MDK-ARM/test0920/port.d 930B
  169. MDK-ARM/test0920/port.o 59.14KB
  170. MDK-ARM/test0920/queue.crf 66.17KB
  171. MDK-ARM/test0920/queue.d 1.1KB
  172. MDK-ARM/test0920/queue.o 107.17KB
  173. MDK-ARM/test0920/spi.crf 631.93KB
  174. MDK-ARM/test0920/spi.d 2.69KB
  175. MDK-ARM/test0920/spi.o 703.37KB
  176. MDK-ARM/test0920/startup_stm32f103xe.d 55B
  177. MDK-ARM/test0920/startup_stm32f103xe.o 6.48KB
  178. MDK-ARM/test0920/stm32f1xx_hal.crf 619.16KB
  179. MDK-ARM/test0920/stm32f1xx_hal.d 2.52KB
  180. MDK-ARM/test0920/stm32f1xx_hal.o 718.82KB
  181. MDK-ARM/test0920/stm32f1xx_hal_cortex.crf 618.64KB
  182. MDK-ARM/test0920/stm32f1xx_hal_cortex.d 2.75KB
  183. MDK-ARM/test0920/stm32f1xx_hal_cortex.o 710.8KB
  184. MDK-ARM/test0920/stm32f1xx_hal_dma.crf 629.97KB
  185. MDK-ARM/test0920/stm32f1xx_hal_dma.d 2.65KB
  186. MDK-ARM/test0920/stm32f1xx_hal_dma.o 709.65KB
  187. MDK-ARM/test0920/stm32f1xx_hal_exti.crf 620.76KB
  188. MDK-ARM/test0920/stm32f1xx_hal_exti.d 2.68KB
  189. MDK-ARM/test0920/stm32f1xx_hal_exti.o 699.07KB
  190. MDK-ARM/test0920/stm32f1xx_hal_flash.crf 622.44KB
  191. MDK-ARM/test0920/stm32f1xx_hal_flash.d 2.71KB
  192. MDK-ARM/test0920/stm32f1xx_hal_flash.o 706.42KB
  193. MDK-ARM/test0920/stm32f1xx_hal_flash_ex.crf 623.66KB
  194. MDK-ARM/test0920/stm32f1xx_hal_flash_ex.d 2.81KB
  195. MDK-ARM/test0920/stm32f1xx_hal_flash_ex.o 709.57KB
  196. MDK-ARM/test0920/stm32f1xx_hal_gpio.crf 621.63KB
  197. MDK-ARM/test0920/stm32f1xx_hal_gpio.d 2.68KB
  198. MDK-ARM/test0920/stm32f1xx_hal_gpio.o 698.47KB
  199. MDK-ARM/test0920/stm32f1xx_hal_gpio_ex.crf 617.86KB
  200. MDK-ARM/test0920/stm32f1xx_hal_gpio_ex.d 2.78KB
  201. MDK-ARM/test0920/stm32f1xx_hal_gpio_ex.o 688.46KB
  202. MDK-ARM/test0920/stm32f1xx_hal_msp.crf 631.39KB
  203. MDK-ARM/test0920/stm32f1xx_hal_msp.d 3.29KB
  204. MDK-ARM/test0920/stm32f1xx_hal_msp.o 700.36KB
  205. MDK-ARM/test0920/stm32f1xx_hal_pwr.crf 620.61KB
  206. MDK-ARM/test0920/stm32f1xx_hal_pwr.d 2.65KB
  207. MDK-ARM/test0920/stm32f1xx_hal_pwr.o 709.33KB
  208. MDK-ARM/test0920/stm32f1xx_hal_rcc.crf 629.72KB
  209. MDK-ARM/test0920/stm32f1xx_hal_rcc.d 2.65KB
  210. MDK-ARM/test0920/stm32f1xx_hal_rcc.o 710.37KB
  211. MDK-ARM/test0920/stm32f1xx_hal_rcc_ex.crf 620.52KB
  212. MDK-ARM/test0920/stm32f1xx_hal_rcc_ex.d 2.75KB
  213. MDK-ARM/test0920/stm32f1xx_hal_rcc_ex.o 690.68KB
  214. MDK-ARM/test0920/stm32f1xx_hal_spi.crf 642.94KB
  215. MDK-ARM/test0920/stm32f1xx_hal_spi.d 2.65KB
  216. MDK-ARM/test0920/stm32f1xx_hal_spi.o 773.02KB
  217. MDK-ARM/test0920/stm32f1xx_hal_sram.crf 622.9KB
  218. MDK-ARM/test0920/stm32f1xx_hal_sram.d 2.68KB
  219. MDK-ARM/test0920/stm32f1xx_hal_sram.o 717.55KB
  220. MDK-ARM/test0920/stm32f1xx_hal_tim.crf 683.03KB
  221. MDK-ARM/test0920/stm32f1xx_hal_tim.d 2.65KB
  222. MDK-ARM/test0920/stm32f1xx_hal_tim.o 887.55KB
  223. MDK-ARM/test0920/stm32f1xx_hal_tim_ex.crf 644.29KB
  224. MDK-ARM/test0920/stm32f1xx_hal_tim_ex.d 2.75KB
  225. MDK-ARM/test0920/stm32f1xx_hal_tim_ex.o 759.61KB
  226. MDK-ARM/test0920/stm32f1xx_hal_timebase_tim.crf 618.33KB
  227. MDK-ARM/test0920/stm32f1xx_hal_timebase_tim.d 2.92KB
  228. MDK-ARM/test0920/stm32f1xx_hal_timebase_tim.o 689.73KB
  229. MDK-ARM/test0920/stm32f1xx_hal_uart.crf 645KB
  230. MDK-ARM/test0920/stm32f1xx_hal_uart.d 2.68KB
  231. MDK-ARM/test0920/stm32f1xx_hal_uart.o 788.97KB
  232. MDK-ARM/test0920/stm32f1xx_it.crf 631.62KB
  233. MDK-ARM/test0920/stm32f1xx_it.d 3.11KB
  234. MDK-ARM/test0920/stm32f1xx_it.o 712.29KB
  235. MDK-ARM/test0920/stm32f1xx_ll_fsmc.crf 623.41KB
  236. MDK-ARM/test0920/stm32f1xx_ll_fsmc.d 2.65KB
  237. MDK-ARM/test0920/stm32f1xx_ll_fsmc.o 713.71KB
  238. MDK-ARM/test0920/stream_buffer.crf 54.38KB
  239. MDK-ARM/test0920/stream_buffer.d 1.16KB
  240. MDK-ARM/test0920/stream_buffer.o 90.5KB
  241. MDK-ARM/test0920/system_stm32f1xx.crf 618.07KB
  242. MDK-ARM/test0920/system_stm32f1xx.d 2.6KB
  243. MDK-ARM/test0920/system_stm32f1xx.o 687.41KB
  244. MDK-ARM/test0920/tasks.crf 69.35KB
  245. MDK-ARM/test0920/tasks.d 1.19KB
  246. MDK-ARM/test0920/tasks.o 147.27KB
  247. MDK-ARM/test0920/test0920.axf 842.71KB
  248. MDK-ARM/test0920/test0920.build_log.htm 6.02KB
  249. MDK-ARM/test0920/test0920.hex 63.38KB
  250. MDK-ARM/test0920/test0920.htm 113.22KB
  251. MDK-ARM/test0920/test0920.lnp 1.47KB
  252. MDK-ARM/test0920/test0920.map 299.96KB
  253. MDK-ARM/test0920/test0920.sct 494B
  254. MDK-ARM/test0920/test0920_test0920.dep 125.22KB
  255. MDK-ARM/test0920/tim.crf 631.63KB
  256. MDK-ARM/test0920/tim.d 2.69KB
  257. MDK-ARM/test0920/tim.o 704.36KB
  258. MDK-ARM/test0920/timers.crf 51.71KB
  259. MDK-ARM/test0920/timers.d 1.13KB
  260. MDK-ARM/test0920/timers.o 47.26KB
  261. MDK-ARM/test0920/uart1.crf 631.26KB
  262. MDK-ARM/test0920/uart1.d 2.78KB
  263. MDK-ARM/test0920/uart1.o 702.71KB
  264. MDK-ARM/test0920/usart.crf 632.72KB
  265. MDK-ARM/test0920/usart.d 2.79KB
  266. MDK-ARM/test0920/usart.o 705.39KB
  267. MDK-ARM/test0920/w25q64.crf 633.07KB
  268. MDK-ARM/test0920/w25q64.d 2.83KB
  269. MDK-ARM/test0920/w25q64.o 712.66KB
  270. Middlewares/
  271. Middlewares/Third_Party/
  272. Middlewares/Third_Party/FreeRTOS/
  273. Middlewares/Third_Party/FreeRTOS/Source/
  274. Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/
  275. Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c 48.01KB
  276. Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h 48.25KB
  277. Middlewares/Third_Party/FreeRTOS/Source/croutine.c 12.52KB
  278. Middlewares/Third_Party/FreeRTOS/Source/event_groups.c 25.43KB
  279. Middlewares/Third_Party/FreeRTOS/Source/include/
  280. Middlewares/Third_Party/FreeRTOS/Source/include/croutine.h 25.21KB
  281. Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h 7.12KB
  282. Middlewares/Third_Party/FreeRTOS/Source/include/event_groups.h 28.98KB
  283. Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h 41.75KB
  284. Middlewares/Third_Party/FreeRTOS/Source/include/list.h 17.73KB
  285. Middlewares/Third_Party/FreeRTOS/Source/include/message_buffer.h 36.52KB
  286. Middlewares/Third_Party/FreeRTOS/Source/include/mpu_prototypes.h 13.55KB
  287. Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h 9KB
  288. Middlewares/Third_Party/FreeRTOS/Source/include/portable.h 7.76KB
  289. Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h 5.5KB
  290. Middlewares/Third_Party/FreeRTOS/Source/include/queue.h 58.7KB
  291. Middlewares/Third_Party/FreeRTOS/Source/include/semphr.h 46.05KB
  292. Middlewares/Third_Party/FreeRTOS/Source/include/stack_macros.h 5.7KB
  293. Middlewares/Third_Party/FreeRTOS/Source/include/StackMacros.h 5.94KB
  294. Middlewares/Third_Party/FreeRTOS/Source/include/stream_buffer.h 36.77KB
  295. Middlewares/Third_Party/FreeRTOS/Source/include/task.h 102.78KB
  296. Middlewares/Third_Party/FreeRTOS/Source/include/timers.h 58.76KB
  297. Middlewares/Third_Party/FreeRTOS/Source/LICENSE 1.08KB
  298. Middlewares/Third_Party/FreeRTOS/Source/list.c 8.08KB
  299. Middlewares/Third_Party/FreeRTOS/Source/portable/
  300. Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/
  301. Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c 15.28KB
  302. Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/
  303. Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/
  304. Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c 24.95KB
  305. Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h 7.93KB
  306. Middlewares/Third_Party/FreeRTOS/Source/queue.c 91.46KB
  307. Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c 41.47KB
  308. Middlewares/Third_Party/FreeRTOS/Source/tasks.c 169.27KB
  309. Middlewares/Third_Party/FreeRTOS/Source/timers.c 39.15KB
  310. test0920.ioc 10.09KB
  311. User/
  312. User/app.c 884B
  313. User/app.h 149B
  314. User/font.h 34.22KB
  315. User/key.c 2.51KB
  316. User/key.h 153B
  317. User/kqm.c 1.18KB
  318. User/kqm.h 513B
  319. User/kunkun.c 432.52KB
  320. User/lcd.c 16.04KB
  321. User/lcd.h 3KB
  322. User/uart1.c 624B
  323. User/uart1.h 172B
  324. User/w25q64.c 9.68KB
  325. User/w25q64.h 1.46KB
0评论
提交 加载更多评论
其他资源 8c4d788f-26d8-463b-97d4-79aceb9e7b88.zip
8c4d788f-26d8-463b-97d4-79aceb9e7b88.zip
2025届毕业论文(设计)相关材料(1).zip
2025届毕业论文(设计)相关材料(1).zip
2025届毕业论文(设计)相关材料(1).zip 2025届毕业论文(设计)相关材料(1).zip 2025届毕业论文(设计)相关材料(1).zip
ultralytics_obb_segment.zip
ultralytics_obb_segment.zip
ultralytics_obb_segment.zip ultralytics_obb_segment.zip ultralytics_obb_segment.zip
quantized-custom
quantized-custom
Deformable-DETR模型代码
Deformable-DETR模型代码
串口工具,嵌入式调试工具
串口工具,嵌入式调试工具,自己在用的,稳定可靠!!!
串口工具,嵌入式调试工具
Axure RP 8.0中文版图文安装教程(附软件),AxureRP是一个专业的快速原型设计工具,让负责定义需求和规格、设计功能
Axure RP 8.0中文版图文安装教程(附软件),AxureRP是一个专业的快速原型设计工具,让负责定义需求和规格、设计功能和界面的专家能够快速创建应用软件或We网站的线框图、流程图、原型
(亲测有效)这款截图工具的功能很多,目前所用过的当中
这款截图工具的功能很多,目前所用过的当中,其最方便,强烈安利