资源简介

这是我做的一个课程设计,课题是2019全国电赛F题纸张计数显示装置,基于Arduino,C编写,不同于网上流传甚广的STM32,更易理解。包含仿真工程及录屏、论文、思维脑图、程序源码、PCB工程、测试报告、实物演示视频、答辩PPT。就这点技术含量闲鱼上还有人敢卖¥500?

资源截图

代码片段和文件信息

/**
  ******************************************************************************
  * @file    misc.c
  * @author  MCD Application Team
  * @version V1.4.0
  * @date    04-August-2014
  * @brief   This file provides all the miscellaneous firmware functions (add-on
  *          to CMSIS functions).
  *          
  *  @verbatim   
  *                               
  *          ===================================================================      
  *                        How to configure Interrupts using driver 
  *          ===================================================================      
  * 
  *            This section provide functions allowing to configure the NVIC interrupts (IRQ).
  *            The Cortex-M4 exceptions are managed by CMSIS functions.
  *
  *            1. Configure the NVIC Priority Grouping using NVIC_PriorityGroupConfig()
  *                function according to the following table.
 
  *  The table below gives the allowed values of the pre-emption priority and subpriority according
  *  to the Priority Grouping configuration performed by NVIC_PriorityGroupConfig function
  *    ==========================================================================================================================
  *      NVIC_PriorityGroup   | NVIC_IRQChannelPreemptionPriority | NVIC_IRQChannelSubPriority  |       Description
  *    ==========================================================================================================================
  *     NVIC_PriorityGroup_0  |                0                  |            0-15             | 0 bits for pre-emption priority
  *                           |                                   |                             | 4 bits for subpriority
  *    --------------------------------------------------------------------------------------------------------------------------
  *     NVIC_PriorityGroup_1  |                0-1                |            0-7              | 1 bits for pre-emption priority
  *                           |                                   |                             | 3 bits for subpriority
  *    --------------------------------------------------------------------------------------------------------------------------    
  *     NVIC_PriorityGroup_2  |                0-3                |            0-3              | 2 bits for pre-emption priority
  *                           |                                   |                             | 2 bits for subpriority
  *    --------------------------------------------------------------------------------------------------------------------------    
  *     NVIC_PriorityGroup_3  |                0-7                |            0-1              | 3 bits for pre-emption priority
  *                           |                                   |                             | 1 bits for subpriority
  *    -----------------------------------------------

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1654  2019-09-04 18:23  纸张计数显示装置\调试程序\OBJ\PWM.build_log.htm

     文件      88520  2019-08-25 17:42  纸张计数显示装置\调试程序\OBJ\PWM.htm

     文件      77719  2019-08-09 00:29  纸张计数显示装置\调试程序\OBJ\startup_stm32f40_41xxx.lst

     文件        650  2016-04-15 22:03  纸张计数显示装置\调试程序\USER\JlinkSettings.ini

     文件        399  2016-04-15 22:03  纸张计数显示装置\调试程序\keilkilll.bat

     文件       1773  2019-08-25 16:49  纸张计数显示装置\调试程序\HARDWARE\24CXX\24cxx.h

     文件        674  2016-04-15 21:58  纸张计数显示装置\调试程序\HARDWARE\BEEP\beep.h

     文件     109142  2016-04-15 22:03  纸张计数显示装置\调试程序\CORE\core_cm4.h

     文件      22735  2016-04-15 22:03  纸张计数显示装置\调试程序\CORE\core_cm4_simd.h

     文件      17146  2016-04-15 22:03  纸张计数显示装置\调试程序\CORE\core_cmFunc.h

     文件      20513  2016-04-15 22:03  纸张计数显示装置\调试程序\CORE\core_cmInstr.h

     文件        364  2016-01-02 12:45  纸张计数显示装置\调试程序\HARDWARE\DataScope_DP\DataScope_DP.h

     文件        215  2017-08-06 15:01  纸张计数显示装置\调试程序\SYSTEM\delay\delay.h

     文件        655  2019-08-08 16:35  纸张计数显示装置\调试程序\HARDWARE\EXTI\exti.h

     文件        338  2019-08-08 23:03  纸张计数显示装置\调试程序\HARDWARE\FDC2214\FDC2214.h

     文件       2294  2018-07-21 08:17  纸张计数显示装置\调试程序\HARDWARE\FDC2214\FDC2X2X_CMD.h

     文件       1180  2016-04-15 22:00  纸张计数显示装置\调试程序\HARDWARE\KEY\key.h

     文件        135  2017-12-16 20:42  纸张计数显示装置\调试程序\HARDWARE\LED\led.h

     文件       6924  2016-04-15 22:03  纸张计数显示装置\调试程序\FWLIB\inc\misc.h

     文件       1316  2018-07-21 08:25  纸张计数显示装置\调试程序\HARDWARE\IIC\myiic.h

     文件       1511  2019-08-09 16:33  纸张计数显示装置\调试程序\HARDWARE\24CXX\myiic_24cxx.h

     文件       1775  2019-08-08 15:42  纸张计数显示装置\调试程序\HARDWARE\OLED\oled.h

     文件      14906  2017-05-20 15:37  纸张计数显示装置\调试程序\HARDWARE\OLED\oledfont.h

     文件     711289  2019-08-08 22:00  纸张计数显示装置\调试程序\USER\stm32f4xx.h

     文件      32880  2016-04-15 22:03  纸张计数显示装置\调试程序\FWLIB\inc\stm32f4xx_adc.h

     文件      27318  2016-04-15 22:03  纸张计数显示装置\调试程序\FWLIB\inc\stm32f4xx_can.h

     文件       4579  2019-08-08 22:00  纸张计数显示装置\调试程序\USER\stm32f4xx_conf.h

     文件       2416  2016-04-15 22:03  纸张计数显示装置\调试程序\FWLIB\inc\stm32f4xx_crc.h

     文件      14481  2016-04-15 22:03  纸张计数显示装置\调试程序\FWLIB\inc\stm32f4xx_cryp.h

     文件      14946  2016-04-15 22:03  纸张计数显示装置\调试程序\FWLIB\inc\stm32f4xx_dac.h

............此处省略226个文件信息

评论

共有 条评论