MKL33Z how to use SLCD driver

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

MKL33Z how to use SLCD driver

1,488 Views
neilporven
Senior Contributor I

Is there documentation that explains how to use the SLCD driver?

I import the source and include files and when I compile I get errors!

I driver should not give you errors, it should be self inclusive.  

 

Thanks in advance,

Neil 

0 Kudos
6 Replies

1,480 Views
nxf56274
NXP Employee
NXP Employee

Hi,

We have the mkl33's sdk in here. It has the slcd example. You will find the sdk using the frdmkl43z. Don't worry. Due to the same architecture, they share the same sdk. 

Have a great day,
TIC

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

- We are following threads for 7 days after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

1,466 Views
neilporven
Senior Contributor I

Hi nxf,

The samples are great to see, but they don't tell you how to bring in the drivers, how to link the paths, what includes are needed????  Too many questions,  to just have someone look at an example and derive everything that is needed to get you up and running .  

 

Do you have documentation on how to use the driver wether is this one or any other driver?  Something that actually goes step by step on what is needed to successfully import a driver and compile it?

0 Kudos

1,451 Views
nxf56274
NXP Employee
NXP Employee

Hi,

Yeah, you are right. The example won't tell you how to port the code. Bur if you understand the example fully, you will know which file is necessary for you. And if you do not know how to add the lib or path, you can create a new post. Other engineer will hep you. 

Have a great day,
TIC

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

- We are following threads for 7 days after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

1,470 Views
mjbcswitzerland
Specialist V

Hi

Also see https://www.utasker.com/docs/uTasker/uTasker_SLCD.pdf and https://www.youtube.com/watch?v=nm2DmZv1rj8

In use for 10 years now on various Kinetis SLCD modules.

Regards

Mark

 

0 Kudos

1,467 Views
neilporven
Senior Contributor I

Thank you Mark, I  watched the YouTube video very interesting. 

 

0 Kudos

1,461 Views
mjbcswitzerland
Specialist V

Neil

Driver code and SLCD simulation is contained in https://github.com/uTasker/uTasker-Kinetis

I never used it on the KL33 but have on various other KL and K parts.

Regards

Mark

 

0 Kudos