STM32F407移植infoNES

所属分类:其他
开发工具:C/C++
文件大小:8239KB
下载次数:11
上传日期:2019-03-27 16:25:04
上 传 者6475042
说明:  单片机实现NES游戏,基于STM32F407
(Realization of NES Game by Single Chip Microcomputer)

文件列表:
STM32F407移植infoNES\FW_Lib\inc\misc.h (6924, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_adc.h (32880, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_can.h (27318, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_crc.h (2416, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_cryp.h (14481, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_dac.h (14946, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_dbgmcu.h (4296, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_dcmi.h (12977, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_dma.h (28882, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_dma2d.h (19692, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_exti.h (8012, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_flash.h (24467, 2014-08-04)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_flash_ramfunc.h (3275, 2014-08-04)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_fmc.h (44924, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_fsmc.h (27181, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_gpio.h (23548, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_hash.h (10084, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_i2c.h (31939, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_iwdg.h (4323, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_ltdc.h (21191, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_pwr.h (7728, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_rcc.h (30063, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_rng.h (3958, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_rtc.h (40546, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_sai.h (25470, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_sdio.h (22777, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_spi.h (21178, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_syscfg.h (8974, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_tim.h (51689, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_usart.h (17935, 2014-08-01)
STM32F407移植infoNES\FW_Lib\inc\stm32f4xx_wwdg.h (3542, 2014-08-01)
STM32F407移植infoNES\FW_Lib\src\misc.c (11443, 2014-08-01)
STM32F407移植infoNES\FW_Lib\src\stm32f4xx_adc.c (69068, 2014-08-01)
STM32F407移植infoNES\FW_Lib\src\stm32f4xx_can.c (60150, 2014-08-01)
STM32F407移植infoNES\FW_Lib\src\stm32f4xx_crc.c (3596, 2014-08-01)
STM32F407移植infoNES\FW_Lib\src\stm32f4xx_cryp.c (35493, 2014-08-01)
STM32F407移植infoNES\FW_Lib\src\stm32f4xx_cryp_aes.c (58026, 2014-08-01)
STM32F407移植infoNES\FW_Lib\src\stm32f4xx_cryp_des.c (9822, 2014-08-01)
STM32F407移植infoNES\FW_Lib\src\stm32f4xx_cryp_tdes.c (10577, 2014-08-01)
STM32F407移植infoNES\FW_Lib\src\stm32f4xx_dac.c (26804, 2014-08-01)
... ...

移植infoNES基于STM32F407处理器-未添加任何硬件-需要自己去添加 纯C代码的NES模拟器 注释写好了,很容易添加自己的液晶 ,手柄,声音输出. mapper0-255都支持,支持几乎所有NES游戏 这个要求主频很高,因为是纯C语言 F4 ,220Mhz,跳3帧,达到全速游戏 有任何疑问,联系我QQ 547336083

近期下载者

相关文件


收藏者