Kinetis K32 L3 supports LCD Interface for TFT LCD

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

Kinetis K32 L3 supports LCD Interface for TFT LCD

Jump to solution
2,739 Views
andy_kim
Contributor IV
Hello I would like to know if Kinetis K32 L3 supports LCD Interface for TFT LCD. When I check the MCU Selector Guide It does not seem that it supports LCD Interface. Thanks Andy
0 Kudos
1 Solution
2,730 Views
darknight
Contributor III

Hello,

 

With FlexIO you can drive TFT, it is not yet implemented in SDK but have a look at AN12685 to see an example.

 

 

 

View solution in original post

6 Replies
2,731 Views
darknight
Contributor III

Hello,

 

With FlexIO you can drive TFT, it is not yet implemented in SDK but have a look at AN12685 to see an example.

 

 

 

2,722 Views
andy_kim
Contributor IV

Dear darknight,

 

Thanks for your comment,

If it is not implemented in SDK, we can not use FlexIO of K32 L3 for LCD I/F?

 

Thanks,

0 Kudos
2,703 Views
darknight
Contributor III

Hi, 

 

you can develop your own driver, or trying to use/adapt other driver : 

MCUXpresso SDK API Reference Manual: FlexIO MCU Interface LCD Driver (nxp.com)

 

you can find also a generic driver for sdk here :

mcux-sdk/drivers/flexio at main · NXPmicro/mcux-sdk · GitHub

 

Best Regards

0 Kudos
2,692 Views
andy_kim
Contributor IV

Dear Darknight,

 

Thanks for your comment.

Can I ask you further questions for LCD segment?

As for K32 L2B,

They have Serial interface for LCD segment.

When it comes to K32 L3,

It can support LCD segment by Flex IO?

If so, what resolution of LCD segment can K32 L3 support?

 

Thank you ,

Andy

0 Kudos
2,687 Views
darknight
Contributor III

Hi

FlexIO supporting emulation of serial/parallel communication protocols
UART, I2C, SPI, I2S, Camera IF, LCD RGB,
PWM/Waveform generation

 

For LCD RGB you have possibility to transmit/receive 8 bits or 16 bits of data

 

2,679 Views
andy_kim
Contributor IV

Dear Darknight,

 

Thanks for your kindly explanation.

 

Andy

0 Kudos