KDS 1.1.1  What happened to

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

KDS 1.1.1  What happened to

跳至解决方案
662 次查看
johnbaker
Contributor IV

I just tried creating a new test project with KDS version 1.1.1 and noticed that:  #include - "fsl_device_registers.h"  no longer is placed in main.c.  I tried manually putting in but get an error saying, Not Found.  Has something changed with this version or am I missing something. (I do not use Processor Expert).

 

Thanks,

 

John Baker

标签 (1)
0 项奖励
回复
1 解答
503 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hi John

"fsl_device_registers.h" is a SDK file , if you make sure the SDK install successfully, it in here(C:\Freescale\KSDK_1.0.0\platform\CMSIS\Include\device),

If your project is still have error, you can send us.

Hope it helps

Alice

在原帖中查看解决方案

0 项奖励
回复
2 回复数
504 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hi John

"fsl_device_registers.h" is a SDK file , if you make sure the SDK install successfully, it in here(C:\Freescale\KSDK_1.0.0\platform\CMSIS\Include\device),

If your project is still have error, you can send us.

Hope it helps

Alice

0 项奖励
回复
503 次查看
Edrianocarlos
Contributor IV

Hi.

Have you checked the include path?

it works for me

#include "device/fsl_device_registers.h"

0 项奖励
回复