atmega8535 and its eeprom reading problem deepakgupta.rf wrote:larryvc wrote:theusch, since you're helping him out you forgot this:
Quote:while(EECR & 0x04 == 1); // CHECK EEMWE IS CLRED
So, how often will 4 be equal...
Saturday, 9 April 2011 - 19:07
atmega8535 and its eeprom reading problem theusch, since you're helping him out you forgot this:
Quote:while(EECR & 0x04 == 1); // CHECK EEMWE IS CLRED
So, how often will 4 be equal to 1?
I have been using C for a...
Saturday, 9 April 2011 - 04:32
Shift instructions and status bits Saw this thread and couldn't resist. I loved the 6502 and did use BCD mode. Even figured out what some of the unimplemented opcodes did. Some crashed, others had very...
preprocessor macros across files david.prentice wrote:
In fact, I link with a "lcd_uart.o" that emulates an lcd on a RS232 terminal. (I seldom have an lcd connected, but most dev boards have an RS232 built...
deepakgupta.rf wrote:larryvc wrote:theusch, since you're helping him out you forgot this: Quote:while(EECR & 0x04 == 1); // CHECK EEMWE IS CLRED So, how often will 4 be equal...
theusch, since you're helping him out you forgot this: Quote:while(EECR & 0x04 == 1); // CHECK EEMWE IS CLRED So, how often will 4 be equal to 1? I have been using C for a...
Saw this thread and couldn't resist. I loved the 6502 and did use BCD mode. Even figured out what some of the unimplemented opcodes did. Some crashed, others had very...
Short, concise and very portable. Thank You, Larry
david.prentice wrote: In fact, I link with a "lcd_uart.o" that emulates an lcd on a RS232 terminal. (I seldom have an lcd connected, but most dev boards have an RS232 built...
Pages