KDS - Processor Expert for PWMs

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

KDS - Processor Expert for PWMs

跳至解决方案
2,553 次查看
ChrisTango
Contributor IV

Hey guys,

 

I'm using the KDS 1.0.1 [beta] and tried to configure a PWM configuration using the Processor Expert.

The configuration worked well; but the code generation doesn't, see the screen shot below.

 

12158_12158.jpg2014-06-01 15_08_16-C_C   - Kinetis Design Studio [beta] - C__Users_Christian_workspace.kds.jpg

 

Does anybody has a hint what to do?

 

Greet!

-Christian

标签 (1)
0 项奖励
回复
1 解答
2,264 次查看
Petr_H
NXP Employee
NXP Employee

Hi,


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).

best regards

Petr Hradsky

在原帖中查看解决方案

0 项奖励
回复
6 回复数
2,264 次查看
BlackNight
NXP Employee
NXP Employee

This really looks like a bug. Can you attach/upload your project?

Erich

2,264 次查看
ChrisTango
Contributor IV

I attached the project.

-Christian

0 项奖励
回复
2,264 次查看
BlackNight
NXP Employee
NXP Employee

Hi Christian,

I can reproduce the issue on my side. I submit a ticket, and hopefully I have a workaround or patch soon.

Erich

0 项奖励
回复
2,264 次查看
ChrisTango
Contributor IV

Sounds good, thanks!

0 项奖励
回复
2,265 次查看
Petr_H
NXP Employee
NXP Employee

Hi,


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).

best regards

Petr Hradsky

0 项奖励
回复
2,264 次查看
ChrisTango
Contributor IV

Hi Petr,

okay, I got it. I'm using now the fsl_ftm without any errors in code generation.

Thanks!

-Christian

0 项奖励
回复