User Activity

I'm working on a project using the STM32H563RIT6 microcontroller where I need to receive data over UART using DMA with idle line detection. The data is sent from a Python script using 'pyserial'. My setup is as follows: typedef enum{ IDLE, SE...
Hi,I am trying to generate waveforms using the STM32H563 microcontroller and several AD5791 DAC ICs. I am using the ADG732 Multiplexer with 5 select lines to connect my CS line to the required DAC IC. A simplified image of the hardware is provided be...