Unable to create new project in KDS with KSDK

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

Unable to create new project in KDS with KSDK

跳至解决方案
1,378 次查看
stdcerr
Contributor IV

Hi,

I want to create a little sample application (for the purpose of experimenting with a UART interrupt) and for this,

  • I've created a new "Kinetis SDK 1.x Project"
  • called it "UARTtest" and selected the default location.
  • I selected my MCU `MK64FN1M0xxx12`,
  • selected `KSDK manaul selection` and
  • provided the absolute path to my SDK directory: `/path/to/src/project/KSDK_1.3.0`.
  • I also selected the GNU C Compiler and hit Finish.
  • I changed the path to my default toolchain and confirmed that I can build the empty project.
  • Now, I dragged `/path/to/project/KSDK_1.3.0/platform/drivers/src/uart/fsl_uart_irq.c` onto the Sources/ directory in my just created new project UARTtest. I selected to copy the file to the destination.
  • And now my project won't build anymore, I keep getting
../Sources/fsl_uart_irq.c:31:10: fatal error: fsl_uart_driver.h: No such file or directory

Which is the first line of my copied file `fsl_uart_irq.c`.
How can I tell KDS to look for the header?

I already provided it with the path to the SDK directory.

0 项奖励
回复
1 解答
1,336 次查看
jingpan
NXP TechSupport
NXP TechSupport
4 回复数
1,371 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi stdcerr,

Please download use KDS for new project. It is fade out. Please use MCUXpresso IDE and download k64 SDK from https://mcuxpresso.nxp.com. The most update version 2.8.x.

 

Regards,

Jing

1,365 次查看
stdcerr
Contributor IV

Hi Jing,

 

Thanks for the response.

I'll give it a try! Thanks!

0 项奖励
回复
1,361 次查看
stdcerr
Contributor IV

hi Jing,

 

I've downloaded and installed "MCUXpresso IDE v11.2.0 [Build 4120] [2020-07-09]", but am experiencing troubles when attempting to download an SDK, please see https://community.nxp.com/t5/Kinetis-Microcontrollers/unable-to-download-SDK/td-p/1165612/jump-to/fi...

I am developing on a MK64FN1M0VLL12

0 项奖励
回复
1,337 次查看
jingpan
NXP TechSupport
NXP TechSupport