当前位置: 代码迷 >> 综合 >> STM32F407--keil MDK介绍
  详细解决方案

STM32F407--keil MDK介绍

热度:84   发布时间:2023-12-28 15:38:55.0

一、keil介绍

1、MDK 即 Microcontroller Development Kit、

2、Keil MDK is the most comprehensive software development solution for Arm-based microcontrollers and includes all components that you need to create, build, and debug embedded applications.

3、Product Components

 

二、MDK的编译器

1、Keil一般使用ARMCC编译MCU工程代码;

2、Keil也是支持内嵌GCC编译器的,具体见下面连接

(1)Keil5配置GCC编译器编译STM32工程

 

致谢

1、keil官网

2、Keil5配置GCC编译器编译STM32工程

 

  相关解决方案