ADE7758 icon indicating copy to clipboard operation
ADE7758 copied to clipboard

Reading the Waveform from ADE7758 using STM32F746 Discovery Board in Arduino IDE

Open mrajaraghavan opened this issue 4 years ago • 1 comments

Hi, Have you tried reading the waveform of any channel. I'm trying to interface ADE7758 with STM32f746 Discovery board in Arduino IDE. I'm able to set the interrupt Mask Registers but not getting the ISR Interrupt continuously. Can you help me in this regard.

Thanks

mrajaraghavan avatar Feb 16 '21 10:02 mrajaraghavan

Hi, It's been years since I last worked on this with the actual hardware. What do you mean with "but not getting the ISR Interrupt continuously"? You get interrupts from time to time or you don't get interrupts at all?

You also have to populate the ADE7758::waveform(char phase,char source) function. I didn't use this so I never populated it. I don't have the board anymore so I can test if I add stuff. Just make sure your MCU can handle the reading before the next interrupt. Then in, your callback for the interrupt just call this waveform function.

engkan2kit avatar Feb 17 '21 01:02 engkan2kit