MC9S08LL16 GPIO shareed with LCD pins  problem

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

MC9S08LL16 GPIO shareed with LCD pins  problem

725 次查看
VincentLau
Contributor I

Hi, I am using MC9s08LL16. I find PTD and PTE which are shared with LCD pins only output 3V. However I have disable the LCD module as I only use them as GPIO to output 3.3V logic level. Here is the codes:

  LCDSUPPLY_CPSEL = 1;
  LCDSUPPLY_LADJ = 0;
  LCDSUPPLY_BBYPASS = 0;
  LCDSUPPLY_VSUPPLY1 = 0;
  LCDSUPPLY_VSUPPLY0 = 1;
 
  LCDC0_LCDEN = 0;  
  LCDC1_FCDEN = 1;
  LCDRVC_RVEN = 0;

 

Can anyone helps me? Thanks a lot!:smileywink:

标签 (1)
0 项奖励
回复
1 回复

334 次查看
peg
Senior Contributor IV

Hello Vincent,

 

I know very little about this, but do remember that similar issues have been discussed here before.

Have you searched here?

 

0 项奖励
回复