eLCD MPU mode on IMXRT1062?

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

eLCD MPU mode on IMXRT1062?

933 Views
david-res
Contributor II

I have a Teensy 4.x that uses the IMXRT1062 chip and I have successfully gotten FlexIO to work driving an LCD display via MPU interface (8080) with DMA transfers.

I did some reading on the 1060 datasheet and noticed that in the eLCDIF chapter, it states the LCD controller can support the MPU mode as well

davidres_0-1666465706296.png

 

Is there a code example for driving a display in MPU mode with the eLCDIF? Or application note? And if it really can support the MPU mode, which of the LCD pins get mapped to LCD_RS, LCD_WR, LCD_RD etc?

Labels (1)
Tags (3)
7 Replies

684 Views
EmbeddedTech
Contributor III

Hi,

I am also looking into this topic, but could not find proper information anywhere.

Can someone from NXP guide on this?

Thanks.

0 Kudos

887 Views
CarlosGarabito
NXP TechSupport
NXP TechSupport

On MCUXpresso SDK, you can find an example with eLCD

https://mcuxpresso.nxp.com/en/welcome

0 Kudos

884 Views
david-res
Contributor II

@CarlosGarabito thanks for the response.

I took a look into the examples online and saw there is only elcdif-rgb (dotclk mode).
I'm looking for the MPU mode which would work similar to FlexIO 8080 emulation

0 Kudos

771 Views
david-res
Contributor II

@CarlosGarabito as mentioned, I have FlexIO and DMA working to drive a display.
I want to use the eLCDIF and PXP together, and in order to do that I need to put the LCDIF into MPU mode; LCDIF_CTRL[MASTER] = 0;
But I need to understand the pin/signal mapping eg what pin is WR, RD, CS, D/C

0 Kudos

903 Views
david-res
Contributor II

@Dogbone yes, the documentation does leave alot of room for imagination.

I and a few forum members over at PJRC found this out the hard way with FlexIO when figured out there are only 4 shifter buffers available, while the documentation states that there are 8.

 

Hoping to get some positive response on my question above

0 Kudos

925 Views
Dogbone
Contributor I

I was looking at this a while back but never got anywhere. I can't provide any answers but I hope to find answers here just like you.

0 Kudos