i.MXRT1050 eLCDIF in RGB Mode on Custom Board

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.MXRT1050 eLCDIF in RGB Mode on Custom Board

961件の閲覧回数
PriyaMP
Contributor I

Hi All,

I have used the SDK example evkmimxrt1050_elcdif_rgb example on my Custom Board which consists of - i.MRT1050.

PFA for the elcdif.c file

I then modified it based on the datasheet of AZ display - ATM0500D19-CT1 . PFA for the datasheet.

After the modifications, I'm able to debug. I was able to program the flash also.But the display seems to be blank.

The voltage of 18V reaches the LCD.

Is there anything that I should check to debug??

ラベル(1)
0 件の賞賛
返信
1 返信

954件の閲覧回数
jeremyzhou
NXP Employee
NXP Employee

Hi,
Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
After having a brief review of elcdif_rgb.c, I find the pixel clock frequency is too fast, please use the below code to replace the original code, then give it a try again.

CLOCK_SetDiv(kCLOCK_LcdifPreDiv, 2);
CLOCK_SetDiv(kCLOCK_LcdifDiv, 3);


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 weeks 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 件の賞賛
返信