Marvee Amasi
DIIDevHeads IoT Integration Server
•Created by Afuevu on 12/20/2024 in #firmware-and-baremetal
How to Optimize Energy Calculations for STM32 Energy Meter Without Overloading Interrupts?
the interrupt can be kept short and the data safe if u try the flag system wher yo have the interrupt set a flag and store ADC values in a buffer, then you wil now let the main loop handle the processing based on that flag
23 replies