kit_xmc7200 是否有keil MDK的demo例程

公告

大中华汽车电子生态圈社区并入开发者社区- 更多资讯点击此

Tip / 登入 to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Jason_Lee
Level 3
Level 3
Distributor - Jingchuan(GC)
10 questions asked 5 replies posted 25 sign-ins

Hi spporter!

         如题,xmc7000是否有提供keil MDK的例程参考。

0 点赞
1 解答
LinglingG_46
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 10 questions asked

目前我们还没有直接在keil中用的例程,但是可以通过modus toolbox生成对应的keil工程。

生成的步骤如下:

可以先到keil官网去下载xmc7000的pack包,这个操作步骤是:

从这个网站https://www.keil.com/dd2/Pack/#

搜索infineon,然后你看到有针对xmc7000的pack包,下载下来安装。

然后按照下面步骤:

Steps:
1. Install MTB 3.0.0.9369 and create 'Hello World' project for KIT_XMC72_EVK.
2. Install uVision 5.36
3. Go to project terminal window and run command "make uvision5 TOOLCHAIN=ARM"
4. Once command executed successfully, go to project folder and look for the file.
5. Double click project name to open uVision project.

在原帖中查看解决方案

0 点赞
1 回复
LinglingG_46
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 10 questions asked

目前我们还没有直接在keil中用的例程,但是可以通过modus toolbox生成对应的keil工程。

生成的步骤如下:

可以先到keil官网去下载xmc7000的pack包,这个操作步骤是:

从这个网站https://www.keil.com/dd2/Pack/#

搜索infineon,然后你看到有针对xmc7000的pack包,下载下来安装。

然后按照下面步骤:

Steps:
1. Install MTB 3.0.0.9369 and create 'Hello World' project for KIT_XMC72_EVK.
2. Install uVision 5.36
3. Go to project terminal window and run command "make uvision5 TOOLCHAIN=ARM"
4. Once command executed successfully, go to project folder and look for the file.
5. Double click project name to open uVision project.

0 点赞