Analog Isolator question DFR0504
I am using bits of supplied sample schematic for the DFR0504 Analog Isolator in another project and was wondering if there is any code
required on the STM MCU to isolate the analog signal.
2024-10-01 17:57:53
The DFR0504 Analog Isolator is a hardware-based solution, so no specific code is required on the STM MCU for isolating the analog signal itself. The isolation occurs on the hardware level, meaning the signal is transferred through the isolator without the need for MCU intervention. However, you may need code for processing the isolated signal, depending on what you're doing with it on the STM MCU, like reading it through an ADC or using it for further control tasks.
lance.parks