User Activity

Hi !I need to replace my STMG474 to STMU575.I've implemented the USB (CDC) using the USBD library, all works correct.Now I'm trying to implement this on the STMU575, but without success,It looks like the hardware not configured correctly, because Im ...
Hi !I'm trying to configure the ADC1 to 7 ranks conversion and a GPDMA1 channel (0) in "Standard Request Mode" to transfer the ADC data into the memory.First, I've configured the ADC without GPDMA channel, and it worked fine (Polling mode, no interru...
Here's my code for re-configuring the SPI1 peripheral, but after that the data being corrupted (even if I re-configure the same size of the previous configuration):void AppSpiReconfig(void * ulRxBuffAddr, void * ulTxBuffAddr, unsigned long ulSize){ L...
Hello ST Team !I would like to ask you a technical question about the STM32G474RETx controller, SPI peripheral.I'm trying to configure 2 MCU's (master & slave) as follow:- SPI1 in Full-Duplex mode, 16bit data width- Master SYSCLK: 170MHz, SPI clock: ...