Discussion Title | Created date |
---|---|
Assign memory address of IO to variable How to assign ram address of IO to variable,for example of port instead of reading this port from IO address? unsigned int ui1; ui1=PORTC + 0x20; How to get value 0x35 (... |
Saturday, 24 July 2004 - 19:28 |
robust i2c eeproms writing I'm working with AT24C256 through TWI interface of ATMEGA16.To write byte i send START,device address,2-byte data address and byte to be written,STOP.After that i poll ACK from... |
Thursday, 22 July 2004 - 11:51 |
Disable warning: control reaches end of non-void function How can i disable warning warning: control reaches end of non-void function in some naked inline asm functions.Seems like there is no such function attribute. |
Thursday, 22 July 2004 - 11:20 |
Unstable LCD initialization I'm using Bolymin 2x16 LCD in 4-wire mode.The problem is in unstable initialization during short power fails.When i disconnect power for longer time (>8 sec),capacitors discharge... |
Friday, 2 July 2004 - 07:15 |