eLCD MPU mode on IMXRT1062?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

eLCD MPU mode on IMXRT1062?

950 次查看
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?

标签 (1)
标记 (3)
7 回复数

701 次查看
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 项奖励

904 次查看
CarlosGarabito
NXP TechSupport
NXP TechSupport

On MCUXpresso SDK, you can find an example with eLCD

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

0 项奖励

901 次查看
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 项奖励

788 次查看
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 项奖励

920 次查看
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 项奖励

942 次查看
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 项奖励