KDS 1.1.1  What happened to

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

KDS 1.1.1  What happened to

ソリューションへジャンプ
567件の閲覧回数
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 解決策
408件の閲覧回数
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 返答(返信)
409件の閲覧回数
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 件の賞賛
408件の閲覧回数
Edrianocarlos
Contributor IV

Hi.

Have you checked the include path?

it works for me

#include "device/fsl_device_registers.h"

0 件の賞賛