Problems with SDK 2.0 Project Wizard and MKL17Z

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

Problems with SDK 2.0 Project Wizard and MKL17Z

ソリューションへジャンプ
1,504件の閲覧回数
geoff_s
Contributor III

I've been running Kinetis Design Studio 3.2 with SDK 2.0 since it was released.  I've successfully built and debugged some programs using the FRDM-KL27Z development board, and am now trying to get a program running on a custom board with a MKL17Z256 processor on it.

 

To start with, I've been trying to get a dummy program running based on just the Project Wizard, by using the File... New... SDK 2.0 Project Wizard.  I assign the project a name and select the MKL17Z256xxx4 from the list of availble SDK folders.  If I then select the "All drivers" option, the resulting empty program will not build - it reports a bunch of errors relating to an undefined type "LCD_type":

In file included from ../drivers/fsl_slcd.c:31:0:

../drivers/fsl_slcd.h:332:16: error: unknown type name 'LCD_Type'

 

If I select "Minimal set" under the Select Drivers step in the Project Wizard, the resulting empty program will build without error.

 

Has anyone else come across this ?  Other than not using the "All drivers" option, are there any workaround ?

ラベル(1)
0 件の賞賛
返信
1 解決策
1,306件の閲覧回数
MarekTrmac
NXP Employee
NXP Employee

Hi Geoff,

it seems that LCD peripheral is not available on MKL17Z256. Simply remove the fsl_slcd driver from the Eclipse project (right click on the file and selected "Delete").

You can remove this way any other SDK driver you do not want to use in your application.

Note: I'll log this defect to SDK development team to exclude LCD driver for MKL17Z256

Regards,

Marek

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,306件の閲覧回数
geoff_s
Contributor III

Thanks Marek.

0 件の賞賛
返信
1,306件の閲覧回数
MarekTrmac
NXP Employee
NXP Employee

Geoff, if this solved your problem please mark the issue as "answered".

0 件の賞賛
返信
1,307件の閲覧回数
MarekTrmac
NXP Employee
NXP Employee

Hi Geoff,

it seems that LCD peripheral is not available on MKL17Z256. Simply remove the fsl_slcd driver from the Eclipse project (right click on the file and selected "Delete").

You can remove this way any other SDK driver you do not want to use in your application.

Note: I'll log this defect to SDK development team to exclude LCD driver for MKL17Z256

Regards,

Marek

0 件の賞賛
返信