KDS 1.1.1  What happened to

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

KDS 1.1.1  What happened to

Jump to solution
538 Views
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

Labels (1)
0 Kudos
1 Solution
379 Views
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

View solution in original post

0 Kudos
2 Replies
380 Views
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 Kudos
379 Views
Edrianocarlos
Contributor IV

Hi.

Have you checked the include path?

it works for me

#include "device/fsl_device_registers.h"

0 Kudos