User Activity

Wondering how to use the STM32U5 Classic Core Middleware (CoreMW) MCU Firmware Package on GitHub. I am working on integrating USB Device - HID standalone in an existing project. The package does not have any .ioc, .cproject or .project files.
I am having some difficulty configuring STM32U575 ADC1 for Differential inputs. The reference manual and auto-generated code seem to have conflicting information:The ADC1 Connectivity diagram from Reference Manual (below) indicates configuring Channe...
I am working on development project using NUCLEO-U575ZI-Q.The application is to scan multiple analog signals (4) signals using ADC1 (14 bit). The ADC triggered periodically using Timer 1. The results to be transferred to memory using DMA. Any sample ...