Hi All, Could some one please help me out in the way as to how to read from a 1024K mem. I am using 512K at the present moment using the operation below.
do{ GoMaster(addr); // set address if(NoAck==1)SendStop(); // if no acknowledge, end transaction }while (NoAck==1); SendByte((b_num & 0xff00)>>8); SendByte((b_num & 0x00ff)); SendByte(dat); SendStop();