# STM32F7_F4_Performance_test **Repository Path**: lbig/STM32F7_F4_Performance_test ## Basic Information - **Project Name**: STM32F7_F4_Performance_test - **Description**: STM32F7与STM32F4性能对比测试分析,包括整形,单精度,双精度,DSP库 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-05 - **Last Updated**: 2021-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # STM32F7_F4_Performance_test STM32F7与STM32F4性能对比测试分析,包括整形,单精度,双精度,DSP库。 ## 使用方法: 下载F7与F4的官方固件包 ------------- F411用411文件中的内容替换STM32Cube_FW_F4_V1.11.0\Projects\STM32F411RE-Nucleo\Examples\UART\UART_Printf\Src中的main.c和stm32f4xx_it.c,并打开该串口工程。 -------------- F401用401中的内容替换STM32Cube_FW_F4_V1.11.0\Projects\STM32F401RE-Nucleo\Examples\UART\UART_Printf\Src中的main.c和stm32f4xx_it.c,并打开该串口工程。 --------------- F767用767中的内容替换STM32Cube_FW_F7_V1.4.0\Projects\STM32F767ZI-Nucleo\Examples\UART\UART_Printf\Src中的main.c,并打开该串口工程。 ---------------- 详细请参考帖子[STM32F7与STM32F4运行速度对比测试分析](http://bbs.21ic.com/forum.php?mod=viewthread&tid=1622796&page=1&extra=#pid7214570)