STM32H743 Interface with external ADC & DAC for closed loop control
I wish to build a classical closed loop controller based on a STM32H743 interfaced via SPI to an external 16bit ADC and to a 16bit DAC. The MCU is supposed to read an ADC sample, feeding a controller routine (for example implementing a standard PID c...