# mdt **Repository Path**: fibercomm/mdt ## Basic Information - **Project Name**: mdt - **Description**: 使用STM32CubeMX生成STM32F4xx工程 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-02 - **Last Updated**: 2021-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mdt 使用STM32CubeMX生成STM32F4xx工程 + 在生成的main()中,应在SystemClock_Config()之后手动添加SystemCoreClockUpdate()函数调用,否则UART、CAN等通信接口的波特率会不正确。