Is it possible to connect Ade7763 directly to 8051 ??
J Thread Starter JeffreyPeter Joined Jul 25, 2012 10 Jul 28, 2012 #1 Is it possible to connect Ade7763 directly to 8051 ??
ErnieM Joined Apr 24, 2011 8,415 Jul 28, 2012 #2 If you can do an SPI interface then yes you can connect them.
J Thread Starter JeffreyPeter Joined Jul 25, 2012 10 Jul 29, 2012 #3 http://www.analog.com/static/imported-files/data_sheets/ADE7763.pdf for ADE7763 which mc has to use 8/16 bit ?
http://www.analog.com/static/imported-files/data_sheets/ADE7763.pdf for ADE7763 which mc has to use 8/16 bit ?
t06afre Joined May 11, 2009 5,934 Jul 29, 2012 #4 JeffreyPeter said: http://www.analog.com/static/imported-files/data_sheets/ADE7763.pdf for ADE7763 which mc has to use 8/16 bit ? Click to expand... I do not quite understand Is your question about if it is OK to use a 8 bit micro? From my quick read of the datasheet I would say yes
JeffreyPeter said: http://www.analog.com/static/imported-files/data_sheets/ADE7763.pdf for ADE7763 which mc has to use 8/16 bit ? Click to expand... I do not quite understand Is your question about if it is OK to use a 8 bit micro? From my quick read of the datasheet I would say yes
MrChips Joined Oct 2, 2009 35,108 Jul 29, 2012 #5 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.
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.