CONTROLING I2C MC44BS373

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

CONTROLING I2C MC44BS373

3,298 Views
blinkstar88
Contributor I
Dear Sir,
 
I am using MC44BS373 and want to controler I2C bus for this device. I want to use LCD 2 x 16 characters to display pll freq, sound ratio etc. Please give some advised what microcontroler that i can used to do it.
 
Thanks,
Henry
Labels (1)
0 Kudos
1 Reply

307 Views
jimw
Contributor II
After a quick look at MC44BS373 the I2C bus runs 0-800K. Have a look at the Software I2C routines to see http://www.freescale.com/files/microcontrollers/doc/app_note/AN1820.pdf  depending on how fast you run the I2C clock you can get away with software I2C.
 
The you will need 6 pins for your LCD display. I would suggest looking at the hc908qy devices. You can get away with using an hc908qt device but then you need a shift register to interface your LCD and the cost difference and software overhead is not worth it.
 
 
 
 
 
0 Kudos