SLCD for FRDM-KL43Z freedom board using KDS-3.0 + KSDK1.2.0

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

SLCD for FRDM-KL43Z freedom board using KDS-3.0 + KSDK1.2.0

1,254 Views
bheemarao
Contributor II

I am trying to work with FRDM-KL43Z freedom board using KDS-3.0 + KSDK1.2.0 i am not able to access SLCD component for this board.

I have installed the patch for this board “Kinetis SDK1.0.0 Standalone for the FRDM-KL43Z & TWR-KL43Z48M - Windows 32-bit Installer”  and update software from

KDS window >help> install new software

 

While creating the project for KL43Z in kds it is not accepting KSDK installed path as shown below

It says “processor expert does not support KSDK1.0.0-GA-KL43 for the board FRDM-KL43Z”

 

61241_61241.pngpastedImage_1.png

Is there any other packages need to be installed:

 

And also i tried by giving the path KSDK 1.2 it is accepting without errors as shown below:

61242_61242.pngpastedImage_2.png

Here when i am selecting the component for SLCD i.e component fsl_slcd does not appear in the list of “applicable to project”

 

Is there any other supporting software need to be installed or am i making some mistake while creating project?

61243_61243.pngpastedImage_3.png

Labels (1)
Tags (1)
0 Kudos
7 Replies

703 Views
ivadorazinova
NXP Employee
NXP Employee

Hello Bheema Rao,

please, use the newest KSDK, actually KSDK 1.2, there is support for KL-43Z implemented.

And unfortunately the component fsl_sldc is not supported by PEx KSDK 1.2,

it will be supported by KSDK 1.3.

I apologize for inconvenience this may cased.

Have a great day!

Iva

0 Kudos

703 Views
bheemarao
Contributor II

Hi lva,

Is there any example project available for SLCD implemented on KL43Z using KSDK1.3.0

Best Regards

Bheema Rao

0 Kudos

703 Views
ivadorazinova
NXP Employee
NXP Employee

Hello,

Hi Bheema Rao,

SLDC example is little bit hidden, it is located under C:\Freescale\KSDK_1.3.0\examples\frdmkl43zkl33z4\demo_apps\slcd_low_power_demo

Please, can you confirm it?

Thank you,

Best Regards,

Iva

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

703 Views
bheemarao
Contributor II

Hi Iva,

I can locate the SLCD demo as mentioned above but when compiled i am getting below error:

make: *** No rule to make target `C:/Freescale/KSDK_1.3.0/examples/frdmkl43zkl33z4/demo_apps/slcd_low_power_demo/kds/../../../../../lib/ksdk_platform_lib/kds/KL33Z644/debug/libksdk_platform.a', needed by `slcd_low_power_demo_frdmkl43zkl33z4.elf'.

make: Target `all' not remade because of errors.

i have build the platform lib for KL43Z from "C:\Freescale\KSDK_1.3.0\lib\ksdk_platform_lib\kds\KL43Z4"

Best Regards

Bheema Rao

0 Kudos

703 Views
ivadorazinova
NXP Employee
NXP Employee

Hi Bheema,

you probably don´t have compiled library first. You should always import demo project with all needed libraries and project. Compile library first, then project.

You can avoid this situation by importing .wsd file, (package which contains libraries and project - all in one)

I created the video for you, by this way you can compile all examples.

Please, see attachment.

Hope this helps.

Iva

702 Views
bheemarao
Contributor II

Hi Iva,

And also the project located at "C:\Freescale\KSDK_1.3.0\examples\frdmkl43zkl33z4\demo_apps\slcd_low_power_demo" is not using any Processor expert components. it is demonstrated using non PE project.

can i get examples using processor expert using fsl_slcd component.

Best Regards

Bheema Rao

0 Kudos

702 Views
ivadorazinova
NXP Employee
NXP Employee

Hi Bheema,

no, these examples are without PE.

Anyway, maybe can help you help for slcd component located under Help on Component

slcd_0.png

slcd_1.pngslcd_2.png

slcd_3.png

Hope this helps.

Iva

0 Kudos