The refre rate change of MX287 LCDIF

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

The refre rate change of MX287 LCDIF

ソリューションへジャンプ
814件の閲覧回数
george
Senior Contributor II

Dear All,

Our customer is doing the product design using i.MX287 currently.

Their product is used with 3.5 inch LCD (320x240).

They are going to set the LCD Reflesh-rate to 90Hz.

However, they see 56Hz Reflesh-rate.

Setting the following in DOTCLK mode

  • HW_LCDIF_VDCTRL0.HALF_LINE = 0
  • HW_LCDIF_VDCTRL0.VSYNC_PERIOD_UNIT = 1

Is Reflesh-rate correct at the following understanding?

  • Reflesh-rate = HW_LCDIF_VDCTRL1.VSYNC_PERIOD x HW_LCDIF_VDCTRL2.HSYNC_PERIOD x Period of CLK_DIS_LCDIFn

Is there any point that something must take care about others?

Best Regards,

George

ラベル(4)
タグ(2)
0 件の賞賛
返信
1 解決策
677件の閲覧回数
Yuri
NXP Employee
NXP Employee

  Looking over Figure 33-13 (LCD Interface Signals in DOTCLK Mode)
of the i.MX28 Reference Manual – refresh rate formula in Your case
is correct. Also,  please refer to section 33.2.8.1 (Code Example) about
LCD initialization, where 320 x 240 resolution is configured via :
VSYNC_PERIOD = 280 and HSYNC_PERIOD = 360 ; back and front porch
periods are taken into account.


Have a great day,
Yuri

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

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
678件の閲覧回数
Yuri
NXP Employee
NXP Employee

  Looking over Figure 33-13 (LCD Interface Signals in DOTCLK Mode)
of the i.MX28 Reference Manual – refresh rate formula in Your case
is correct. Also,  please refer to section 33.2.8.1 (Code Example) about
LCD initialization, where 320 x 240 resolution is configured via :
VSYNC_PERIOD = 280 and HSYNC_PERIOD = 360 ; back and front porch
periods are taken into account.


Have a great day,
Yuri

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

0 件の賞賛
返信
677件の閲覧回数
george
Senior Contributor II

Thanks,

I investigate with a customer more based on your advice.

BR,

George

0 件の賞賛
返信