俄罗斯方块
资源来源:本地上传资源
文件类型:ZIP
大小:13.42MB
评分:
5.0
上传者:qq_57346316
更新日期:2025-03-06

基于stm32f407的俄罗斯方块

资源文件列表(大概)

文件名
大小
.mxproject
7.9KB
Core/
-
Core/Inc/
-
Core/Inc/fsmc.h
1.49KB
Core/Inc/gpio.h
1.28KB
Core/Inc/main.h
2.07KB
Core/Inc/rng.h
1.42KB
Core/Inc/stm32f4xx_hal_conf.h
19.55KB
Core/Inc/stm32f4xx_it.h
1.91KB
Core/Inc/tim.h
1.43KB
Core/Src/
-
Core/Src/fsmc.c
7.19KB
Core/Src/gpio.c
2.73KB
Core/Src/main.c
5.7KB
Core/Src/rng.c
2.22KB
Core/Src/stm32f4xx_hal_msp.c
2.18KB
Core/Src/stm32f4xx_it.c
5.59KB
Core/Src/system_stm32f4xx.c
26.94KB
Core/Src/tim.c
4.77KB
Drivers/
-
Drivers/CMSIS/
-
Drivers/CMSIS/Device/
-
Drivers/CMSIS/Device/ST/
-
Drivers/CMSIS/Device/ST/STM32F4xx/
-
Drivers/CMSIS/Device/ST/STM32F4xx/Include/
-
Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h
1.29MB
Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h
12.09KB
Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h
2.3KB
Drivers/CMSIS/Device/ST/STM32F4xx/LICENSE.txt
377B
Drivers/CMSIS/Device/ST/STM32F4xx/Source/
-
Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/
-
Drivers/CMSIS/Include/
-
Drivers/CMSIS/Include/cmsis_armcc.h
27.55KB
Drivers/CMSIS/Include/cmsis_armclang.h
55.17KB
Drivers/CMSIS/Include/cmsis_compiler.h
8.8KB
Drivers/CMSIS/Include/cmsis_gcc.h
60.88KB
Drivers/CMSIS/Include/cmsis_iccarm.h
27.75KB
Drivers/CMSIS/Include/cmsis_version.h
1.68KB
Drivers/CMSIS/Include/core_armv8mbl.h
95.7KB
Drivers/CMSIS/Include/core_armv8mml.h
164.96KB
Drivers/CMSIS/Include/core_cm0.h
41.22KB
Drivers/CMSIS/Include/core_cm0plus.h
49.28KB
Drivers/CMSIS/Include/core_cm1.h
42.44KB
Drivers/CMSIS/Include/core_cm23.h
102.18KB
Drivers/CMSIS/Include/core_cm3.h
109.23KB
Drivers/CMSIS/Include/core_cm33.h
171.48KB
Drivers/CMSIS/Include/core_cm4.h
120.71KB
Drivers/CMSIS/Include/core_cm7.h
145.11KB
Drivers/CMSIS/Include/core_sc000.h
46.14KB
Drivers/CMSIS/Include/core_sc300.h
107.93KB
Drivers/CMSIS/Include/mpu_armv7.h
11.44KB
Drivers/CMSIS/Include/mpu_armv8.h
10.7KB
Drivers/CMSIS/Include/tz_context.h
2.69KB
Drivers/CMSIS/LICENSE.txt
11.29KB
Drivers/LCD/
-
Drivers/LCD/font.h
65.25KB
Drivers/LCD/ILI93xx.c
50.83KB
Drivers/LCD/ILI93xx.h
5.01KB
Drivers/STM32F4xx_HAL_Driver/
-
Drivers/STM32F4xx_HAL_Driver/Inc/
-
Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/
-
Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h
219.02KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h
12.68KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h
16.96KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h
7.55KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h
37.76KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h
2.69KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h
14.84KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h
14.51KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h
63.73KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h
2.24KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h
13.68KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h
80.79KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h
14.19KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h
15.84KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h
73.34KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h
429.99KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rng.h
11.98KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_sram.h
8.78KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h
121.43KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h
16.42KB
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_fsmc.h
46.68KB
Drivers/STM32F4xx_HAL_Driver/LICENSE.txt
383B
Drivers/STM32F4xx_HAL_Driver/Src/
-
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c
19.29KB
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c
18.72KB
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c
39.87KB
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c
10.34KB
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c
15.11KB
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c
24.21KB
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c
50.05KB
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c
6.05KB
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c
18.92KB
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c
20.55KB
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c
22.83KB
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c
42.44KB
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c
155.49KB
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c
26.03KB
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.c
33.94KB
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c
245.16KB
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c
82.8KB
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fsmc.c
40.18KB
LCD.ioc
8.88KB
MDK-ARM/
-
MDK-ARM/DebugConfig/
-
MDK-ARM/DebugConfig/fsmc.crf
801.11KB
MDK-ARM/DebugConfig/fsmc.d
2.59KB
MDK-ARM/DebugConfig/fsmc.o
901.78KB
MDK-ARM/DebugConfig/game.crf
816.37KB
MDK-ARM/DebugConfig/game.d
2.79KB
MDK-ARM/DebugConfig/game.o
927.48KB
MDK-ARM/DebugConfig/gpio.crf
800.44KB
MDK-ARM/DebugConfig/gpio.d
2.59KB
MDK-ARM/DebugConfig/gpio.o
896.86KB
MDK-ARM/DebugConfig/key.crf
799.81KB
MDK-ARM/DebugConfig/key.d
2.54KB
MDK-ARM/DebugConfig/key.o
896.87KB
MDK-ARM/DebugConfig/LCD.axf
1.51MB
MDK-ARM/DebugConfig/LCD.build_log.htm
2.88KB
MDK-ARM/DebugConfig/lcd.crf
830.13KB
MDK-ARM/DebugConfig/lcd.d
2.68KB
MDK-ARM/DebugConfig/LCD.hex
1.9MB
MDK-ARM/DebugConfig/LCD.htm
82.28KB
MDK-ARM/DebugConfig/LCD.lnp
1.28KB
MDK-ARM/DebugConfig/LCD.map
159.32KB
MDK-ARM/DebugConfig/lcd.o
1012.66KB
MDK-ARM/DebugConfig/LCD.sct
555B
MDK-ARM/DebugConfig/LCD_LCD.dep
85.04KB
MDK-ARM/DebugConfig/LCD_STM32F407ZGTx.dbgconf
2.78KB
MDK-ARM/DebugConfig/main.crf
811.48KB
MDK-ARM/DebugConfig/main.d
2.92KB
MDK-ARM/DebugConfig/main.o
1.53MB
MDK-ARM/DebugConfig/rng.crf
799.7KB
MDK-ARM/DebugConfig/rng.d
2.55KB
MDK-ARM/DebugConfig/rng.o
902.3KB
MDK-ARM/DebugConfig/startup_stm32f407xx.d
60B
MDK-ARM/DebugConfig/startup_stm32f407xx.o
7.61KB
MDK-ARM/DebugConfig/stm32f4xx_hal.crf
801.15KB
MDK-ARM/DebugConfig/stm32f4xx_hal.d
2.84KB
MDK-ARM/DebugConfig/stm32f4xx_hal.o
932.39KB
MDK-ARM/DebugConfig/stm32f4xx_hal_cortex.crf
800.52KB
MDK-ARM/DebugConfig/stm32f4xx_hal_cortex.d
3.08KB
MDK-ARM/DebugConfig/stm32f4xx_hal_cortex.o
923.23KB
MDK-ARM/DebugConfig/stm32f4xx_hal_dma.crf
807.18KB
MDK-ARM/DebugConfig/stm32f4xx_hal_dma.d
2.98KB
MDK-ARM/DebugConfig/stm32f4xx_hal_dma.o
921.02KB
MDK-ARM/DebugConfig/stm32f4xx_hal_dma_ex.crf
809.64KB
MDK-ARM/DebugConfig/stm32f4xx_hal_dma_ex.d
3.08KB
MDK-ARM/DebugConfig/stm32f4xx_hal_dma_ex.o
903.69KB
MDK-ARM/DebugConfig/stm32f4xx_hal_exti.crf
801.94KB
MDK-ARM/DebugConfig/stm32f4xx_hal_exti.d
3.01KB
MDK-ARM/DebugConfig/stm32f4xx_hal_exti.o
908.39KB
MDK-ARM/DebugConfig/stm32f4xx_hal_flash.crf
803.75KB
MDK-ARM/DebugConfig/stm32f4xx_hal_flash.d
3.05KB
MDK-ARM/DebugConfig/stm32f4xx_hal_flash.o
920.06KB
MDK-ARM/DebugConfig/stm32f4xx_hal_flash_ex.crf
803.66KB
MDK-ARM/DebugConfig/stm32f4xx_hal_flash_ex.d
3.15KB
MDK-ARM/DebugConfig/stm32f4xx_hal_flash_ex.o
907.84KB
MDK-ARM/DebugConfig/stm32f4xx_hal_flash_ramfunc.crf
798.78KB
MDK-ARM/DebugConfig/stm32f4xx_hal_flash_ramfunc.d
3.32KB
MDK-ARM/DebugConfig/stm32f4xx_hal_flash_ramfunc.o
893.48KB
MDK-ARM/DebugConfig/stm32f4xx_hal_gpio.crf
802.35KB
MDK-ARM/DebugConfig/stm32f4xx_hal_gpio.d
3.01KB
MDK-ARM/DebugConfig/stm32f4xx_hal_gpio.o
907.1KB
MDK-ARM/DebugConfig/stm32f4xx_hal_msp.crf
799.25KB
MDK-ARM/DebugConfig/stm32f4xx_hal_msp.d
3.01KB
MDK-ARM/DebugConfig/stm32f4xx_hal_msp.o
895.64KB
MDK-ARM/DebugConfig/stm32f4xx_hal_pwr.crf
801.4KB
MDK-ARM/DebugConfig/stm32f4xx_hal_pwr.d
2.98KB
MDK-ARM/DebugConfig/stm32f4xx_hal_pwr.o
917.41KB
MDK-ARM/DebugConfig/stm32f4xx_hal_pwr_ex.crf
800.15KB
MDK-ARM/DebugConfig/stm32f4xx_hal_pwr_ex.d
3.08KB
MDK-ARM/DebugConfig/stm32f4xx_hal_pwr_ex.o
903.16KB
MDK-ARM/DebugConfig/stm32f4xx_hal_rcc.crf
809.91KB
MDK-ARM/DebugConfig/stm32f4xx_hal_rcc.d
2.98KB
MDK-ARM/DebugConfig/stm32f4xx_hal_rcc.o
918.06KB
MDK-ARM/DebugConfig/stm32f4xx_hal_rcc_ex.crf
803.86KB
MDK-ARM/DebugConfig/stm32f4xx_hal_rcc_ex.d
3.08KB
MDK-ARM/DebugConfig/stm32f4xx_hal_rcc_ex.o
904.94KB
MDK-ARM/DebugConfig/stm32f4xx_hal_rng.crf
800.98KB
MDK-ARM/DebugConfig/stm32f4xx_hal_rng.d
2.98KB
MDK-ARM/DebugConfig/stm32f4xx_hal_rng.o
914.61KB
MDK-ARM/DebugConfig/stm32f4xx_hal_sram.crf
804.23KB
MDK-ARM/DebugConfig/stm32f4xx_hal_sram.d
3.01KB
MDK-ARM/DebugConfig/stm32f4xx_hal_sram.o
927.12KB
MDK-ARM/DebugConfig/stm32f4xx_hal_tim.crf
866.24KB
MDK-ARM/DebugConfig/stm32f4xx_hal_tim.d
2.98KB
MDK-ARM/DebugConfig/stm32f4xx_hal_tim.o
1.07MB
MDK-ARM/DebugConfig/stm32f4xx_hal_tim_ex.crf
826.67KB
MDK-ARM/DebugConfig/stm32f4xx_hal_tim_ex.d
3.08KB
MDK-ARM/DebugConfig/stm32f4xx_hal_tim_ex.o
969.54KB
MDK-ARM/DebugConfig/stm32f4xx_it.crf
799.52KB
MDK-ARM/DebugConfig/stm32f4xx_it.d
2.89KB
MDK-ARM/DebugConfig/stm32f4xx_it.o
907.61KB
MDK-ARM/DebugConfig/stm32f4xx_ll_fsmc.crf
804.83KB
MDK-ARM/DebugConfig/stm32f4xx_ll_fsmc.d
2.98KB
MDK-ARM/DebugConfig/stm32f4xx_ll_fsmc.o
923.75KB
MDK-ARM/DebugConfig/system_stm32f4xx.crf
799.39KB
MDK-ARM/DebugConfig/system_stm32f4xx.d
2.92KB
MDK-ARM/DebugConfig/system_stm32f4xx.o
896.99KB
MDK-ARM/DebugConfig/tim.crf
800.69KB
MDK-ARM/DebugConfig/tim.d
2.55KB
MDK-ARM/DebugConfig/tim.o
906.2KB
MDK-ARM/EventRecorderStub.scvd
339B
MDK-ARM/LCD.uvguix.yswj
177.53KB
MDK-ARM/LCD.uvoptx
18.86KB
MDK-ARM/LCD.uvprojx
24.61KB
MDK-ARM/LCD/
-
MDK-ARM/LCD/bmp.h
3.3MB
MDK-ARM/LCD/FONT.H
65.25KB
MDK-ARM/LCD/lcd.c
88.74KB
MDK-ARM/LCD/lcd.h
8.14KB
MDK-ARM/RTE/
-
MDK-ARM/RTE/_LCD/
-
MDK-ARM/RTE/_LCD/RTE_Components.h
330B
MDK-ARM/startup_stm32f407xx.lst
70.04KB
MDK-ARM/startup_stm32f407xx.s
28.14KB
MDK-ARM/yswj/
-
MDK-ARM/yswj/game.c
18.99KB
MDK-ARM/yswj/game.h
931B
MDK-ARM/yswj/key.c
471B
MDK-ARM/yswj/key.h
468B

资源内容介绍

基于CUBEMX开发,硬件平台为正点原子探索者。芯片为STM32F407ZGT6按键操作的俄罗斯方块游戏*(具有完整的UI界面)。游戏消除一行会有声光提示,游戏失败会有结束界面和提示。

用户评论 (0)

相关资源

stm32f103c8t6驱动tft-lcd(st7789v3)液晶屏幕的方法(HAL库)

stm32f103c8t6驱动tft-lcd(st7789v3)液晶屏幕的方法(HAL库)

22.41MB12金币

串口通信实现(verilog带testbench文件)

uart_tx模块由单脉冲信号send_go使能,将data[7:0]读入uart_tx模块,发送完成后,输出单脉冲tx_done。总之完成了一个串口发送模块。可以参考我的文章https://blog.csdn.net/lgk1996/article/details/124523461?spm=1001.2014.3001.5502环境:vivado + verilog

785.67KB11金币

usb转串口驱动安装(CH341SER)

usb转串口驱动安装两种版本,供解决向单片机烧录程序时“串口打开失败”等问题。

403.51KB18金币

第14届蓝桥杯单片机省赛题目

第14届蓝桥杯单片机省赛程序题题目,省赛考试原题,需要原题程序可私。

361.75KB15金币

VisualGDB 5.6 R9//支持VS2008-VS2022

VisualGDB 是 Visual Studio 的一个非常强大的扩展,它允许您调试或调试嵌入式系统。这个程序有一个非常有吸引力的用户界面,它具有许多用于调试或调试代码的功能。VisualGDB 还有一个向导,可以帮助您调试程序并为您提供强大的指南。此外,该程序还有许多其他功能,分为常见功能、高级功能、可用性功能、Linux 功能、Android 功能等类别,每个功能都已在“功能和功能”部分为您列出。畅享版

52.1MB14金币

STM32F103C8T6最小系统板原理图PDF版

STM32F103C8T6单片机最小系统板原理图PDF版

76.12KB23金币

基于STM32的智能万年历课程设计

该设计为基于stm32f103c8t6最小系统的万年历,在oled上显示年月日时分秒星期,具有闰年自动调整功能,实时温湿度测量显示等,内有工程代码,课程设计报告、接线原理图等,有不懂的请查看设计报告。ps:该设计是作者第一次完成,很多函数没有封装,逻辑不清楚,勉强完成功能设计,介意勿扰。免费下载,仅供参考学习使用。

1.75MB22金币

mqttfx-1.7.1-windows 64安装程序免费下载

本来测试一下阿里云的物联网连接,几经磨难在百度搜索上都未曾找到免费资源。官网上目前不能下载,查了一下官网(http://mqttfx.jensd.de/index.php/download),大概说的意思是:自2021年1月起,MQTT.fx已经转移到Softblade,这是一家新成立的德国公司,目前正在考虑进一步发展,最终在B站上找到了提供的下载链接,非常感谢,特此免费分享。

49.91MB29金币

超好用的串口调试助手,调试必备

sscom v5.13.1 串口网络调试助手 作者 :大虾丁丁

407.96KB20金币

STLink烧录包.7z

使用ST-Link烧录程序出现No target connected所有的解决方案https://blog.csdn.net/qq_35953617/article/details/129568122

5.83MB24金币

【欧浩源】《蓝桥杯单片机设计与开发》小蜜蜂特训手册.pdf

广东职业技术学院,欧浩源,关于蓝桥杯单片机设计与开发比赛的备赛经验与训练题库.

1.02MB27金币

蓝桥杯单片机原理图(框注模块名称)

自己框画标注的 蓝桥杯单片机原理图,标注模块名称,方便新人识别各个模块,连接线路

552.02KB24金币