Interfacing ADE7763 with 8051/8052

MrChips

Joined Oct 2, 2009
30,711
The ADE7763 uses an SPI interface. You can implement this on any mcu requiring only three connections, SCLK, DIN and DOUT. (CS' can be tied LOW.)

If the mcu already supports SPI then the task is made a bit simpler.
 
Top