资源简介
这是我做的一个课程设计,课题是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\Jli
文件 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个文件信息
- 上一篇:asa992-smp-k8.bin
- 下一篇:李宏毅机器学习ppt
相关资源
- 2019TI杯全国大学生电子设计大赛F题
- esp8266-2.7.2 离线安装包.zip
- fritzing软件,解压可直接运行,win64
- UARM开源整理.rar
- Arduino程序设计基础pdf
- arduino案例实战李永华
- 《Arduino与LabVIEW开发实战》PDF 电子书
- ARDUINO程序设计基础和Arduino权威指南中
- 2019TI杯全国大学生电子设计大赛F题
- SIM800C模块,gsm模块资料,手册,原理
- AD9959的arduino操作程序~~~
- 基于单片机的便携式老年人跌倒报警
- Arduino 无源蜂鸣器 音乐播放实验
- Arduino教程:MPU6050的数据获取、分析与
- Arduino温度报警器
- Arduino Stepper库
- 基于Arduino的AMLX90614非接触式温度程序
- LD3320语音识别模块与Arduino软串口通讯
- 基于 Arduino 红外控制的智能机械手的
- ArduinoRFID库文件代码
- Arduino+超声波+esp8266。_8266ok.ino
- Arduino音乐简谱——天空之城
- Arduino音乐简谱——欢乐颂
- arduino必备开发设计原理图
- dht库文件
- arduino最小系统pcb文件
- 基于Arduino的温湿度传感器DHT11库
- Arduino时钟1602屏幕
- u8glib_arduino_v1.13.zip
- 基于arduino激光电子琴的设计与制作
评论
共有 条评论