没有合适的资源?快使用搜索试试~ 我知道了~
STM32CUBE_LCD_SRAM_MALLOCC_SDIO_FATFS_SPI_FLASH.rar
共1367个文件
c:626个
h:315个
d:85个
3星 · 超过75%的资源 需积分: 10 21 下载量 27 浏览量
2020-02-19
22:51:37
上传
评论 3
收藏 38.45MB RAR 举报
温馨提示
基于STM32CUBE移植正点原子的例程,花了我2个礼拜集成在一个工程里。包括用CUBE驱动LCD屏,用SPI写FLASH,MALLOC文件的移植,SDIO驱动TF卡,FATFS管理SD卡或外部SRAM。移植过程及其艰辛,踩过无数坑,终于调试成功。全部程序用的都是HAL库。还有自己写的文档说明,记录了一些经验与理论知识。
资源推荐
资源详情
资源评论
收起资源包目录
STM32CUBE_LCD_SRAM_MALLOCC_SDIO_FATFS_SPI_FLASH.rar (1367个子文件)
libarm_cortexM4l_math.a 2.99MB
libarm_cortexM4lf_math.a 2.95MB
iar_cortexM4b_math.a 2.83MB
iar_cortexM4l_math.a 2.82MB
iar_cortexM4bf_math.a 2.8MB
iar_cortexM4lf_math.a 2.8MB
LED_BEEP_KEY_UART1.axf 1.24MB
arm_linear_interp_data.c 4.12MB
arm_common_tables.c 987KB
arm_dct4_init_f32.c 809KB
cc936.c 711KB
cc936.c 708KB
arm_dct4_init_q31.c 637KB
cc949.c 558KB
cc949.c 555KB
arm_dct4_init_q15.c 494KB
cc950.c 444KB
cc950.c 441KB
arm_rfft_init_f32.c 341KB
arm_rfft_init_q31.c 326KB
transform_tests_common_data.c 273KB
arm_rfft_init_q15.c 252KB
cc932.c 247KB
cc932.c 244KB
stm32f4xx_hal_i2c.c 230KB
stm32f4xx_hal_fmpi2c.c 229KB
stm32f4xx_hal_tim.c 213KB
stm32f4xx_hal_cryp.c 210KB
ff.c 207KB
stm32f4xx_hal_dfsdm.c 154KB
stm32f4xx_hal_rcc_ex.c 153KB
ff.c 152KB
stm32f4xx_hal_spi.c 121KB
stm32f4xx_hal_hash.c 114KB
stm32f4xx_hal_uart.c 108KB
stm32f4xx_hal_sd.c 103KB
stm32f4xx_hal_usart.c 97KB
stm32f4xx_hal_smbus.c 97KB
stm32f4xx_hal_qspi.c 94KB
stm32f4xx_hal_irda.c 93KB
stm32f4xx_hal_mmc.c 93KB
stm32f4xx_hal_dsi.c 87KB
stm32f4xx_hal_smartcard.c 85KB
stm32f4xx_hal_can.c 82KB
stm32f4xx_hal_sai.c 81KB
stm32f4xx_hal_eth.c 81KB
stm32f4xx_hal_adc.c 77KB
stm32f4xx_hal_ltdc.c 71KB
stm32f4xx_hal_nand.c 68KB
stm32f4xx_hal_dma2d.c 67KB
stm32f4xx_hal_lptim.c 67KB
stm32f4xx_hal_tim_ex.c 66KB
stm32f4xx_hal_i2s.c 65KB
filtering_test_common_data.c 64KB
stm32f4xx_hal_rtc.c 63KB
stm32f4xx_hal_pcd.c 61KB
stm32f4xx_ll_fmc.c 60KB
stm32f4xx_ll_usb.c 58KB
stm32f4xx_hal_rtc_ex.c 56KB
arm_cfft_radix4_q15.c 55KB
stm32f4xx_hal_spdifrx.c 53KB
stm32f4xx_ll_rcc.c 51KB
stm32f4xx_hal_flash_ex.c 51KB
stm32f4xx_ll_sdmmc.c 49KB
stm32f4xx_hal_hcd.c 47KB
stm32f4xx_hal_dac.c 45KB
stm32f4xx_ll_tim.c 45KB
arm_fft_bin_data.c 43KB
arm_conv_partial_fast_q15.c 43KB
stm32f4xx_ll_adc.c 43KB
stm32f4xx_hal_adc_ex.c 42KB
stm32f4xx_hal_hash_ex.c 42KB
stm32f4xx_hal_rcc.c 41KB
stm32f4xx_hal_dma.c 40KB
arm_cfft_radix4_q31.c 39KB
stm32f4xx_hal_i2s_ex.c 39KB
arm_conv_fast_q15.c 38KB
stm32f4xx_hal_nor.c 38KB
stm32f4xx_ll_fsmc.c 37KB
stm32f4xx_hal_dcmi.c 37KB
arm_correlate_fast_q15.c 36KB
stm32f4xx_hal_sdram.c 35KB
arm_cfft_radix4_f32.c 34KB
controller_test_common_data.c 33KB
stm32f4xx_hal_cec.c 32KB
stm32f4xx_ll_utils.c 32KB
stm32f4xx_ll_rtc.c 32KB
stm32f4xx_hal_pccard.c 31KB
stm32f4xx_hal_sram.c 30KB
arm_fir_f32.c 28KB
ccsbcs.c 28KB
system_stm32f4xx.c 28KB
system_stm32f4xx.c 28KB
fir_tests.c 26KB
fast_math_tests_common_data.c 26KB
stm32f4xx_hal_rng.c 26KB
conv_tests.c 25KB
ccsbcs.c 25KB
arm_conv_partial_q15.c 25KB
stm32f4xx_hal_flash.c 24KB
共 1367 条
- 1
- 2
- 3
- 4
- 5
- 6
- 14
资源评论
- 游学电子科技2021-01-07示例是用keil做的,也就是基本上是原子的代码.而我需要用stm32cubeide,就不行了.尤其是mallo.c的移植操作.所以白下载了.有需要的朋友联系我吧.上传了群115398391里
上大小琪
- 粉丝: 108
- 资源: 17
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功