KDS Code generator failure

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

KDS Code generator failure

跳至解决方案
921 次查看
smiller
Contributor I

I am trying to build a simple ADC project (after epic fail on large design) for an MK64FN1M0VLQ12, but KDS is not able to generate the code. I am receiving a "Generator: FAILURE: Unexpected status of script: Drivers\Kinetis\ADC_NO_FIFO.drv, please contact Freescale support." message. The only components are the pin settings and the 2 ADC modules.

I have attached a zip of the project.

Original Attachment has been moved to: new2.zip

标签 (1)
标记 (5)
0 项奖励
回复
1 解答
642 次查看
Petr_H
NXP Employee
NXP Employee

Hi,

the problem is that you are using a component (ADC) from the set of High-level components that are not compatible with SDK library.

The High level components cannot be combined in one project with components using Kinetis SDK (starting with fsl_).

So if you select to use SDK in the project creation wizard, you need to use only fsl_... component and vice versa if you don't use SDK you cannot use fsl_ ones.

Unfortunately, there is a defect in the beta release that the Components library view shows the high level components even in SDK project which is not correct.

This will be fixed for next release. A workaround is to use a proper type of component for the particular type of project (SDK/non-SDK).

It has been already mentioned in Re: KDS - Processor Expert for PWMs

Best regards

Petr Hradsky

Processor Expert Support Team

在原帖中查看解决方案

0 项奖励
回复
1 回复
643 次查看
Petr_H
NXP Employee
NXP Employee

Hi,

the problem is that you are using a component (ADC) from the set of High-level components that are not compatible with SDK library.

The High level components cannot be combined in one project with components using Kinetis SDK (starting with fsl_).

So if you select to use SDK in the project creation wizard, you need to use only fsl_... component and vice versa if you don't use SDK you cannot use fsl_ ones.

Unfortunately, there is a defect in the beta release that the Components library view shows the high level components even in SDK project which is not correct.

This will be fixed for next release. A workaround is to use a proper type of component for the particular type of project (SDK/non-SDK).

It has been already mentioned in Re: KDS - Processor Expert for PWMs

Best regards

Petr Hradsky

Processor Expert Support Team

0 项奖励
回复