Hi all
I am using dlpc2607 in my project, I design an application board with dlpc2607 & pad1000.
I checked the power-on sequence with pad1000, I get the PARKZ & RESETZ signal's sequence conform with the dlpc2607 datasheet. But when I write i2c register like:
write: (u8)0x36 (u8)0x0F (u32)0x01
read: (u8)0x36 (u8)0x15 (u8)0x0F (u8)0x37 (u32)&data
At last I get read data always (u32)0, can any one helps me?