pepaboy
Newbie level 5
Hi , i got a simple problem i can't solve ..
I'm interfacing ATM1602B 16x2 LCD with Atmega32 and 16Mhz external crystal in avr studio6 and for some reason the data which i sent to the LCD isn't shown on the LCD.
I have tried than to return to the default state of the Atmega32 in taking out the 16Mhz external crystal and using the 1Mhz internal Atmega32 frequency and it works without any problem.
My question is , do i need to change something in my code in order to use the LCD with 16Mhz external crystal ( beside F_CPU 16000000UL)?
Appreciate any help !
I'm interfacing ATM1602B 16x2 LCD with Atmega32 and 16Mhz external crystal in avr studio6 and for some reason the data which i sent to the LCD isn't shown on the LCD.
I have tried than to return to the default state of the Atmega32 in taking out the 16Mhz external crystal and using the 1Mhz internal Atmega32 frequency and it works without any problem.
My question is , do i need to change something in my code in order to use the LCD with 16Mhz external crystal ( beside F_CPU 16000000UL)?
Appreciate any help !