User Activity

I'm trying to work with USB on STM32U595ZJT6Q (with SMPS)Ref Clock Selection under USB_OTG_HS is set to 16MHzOTS HS Clock Mux is set to HSE (the board has 16MHz crystal)CubeMX 6.11STM32Cube_FW_U5_V1.5.0The code is stuck in USB_CoreReset, more specifi...
Hi, I'm working on a project which involves STM32L476QEI. It has external dedicated OPAMP1_VINM and OPAMP2_VINM (M3 and M4 pins). If I'm not going to use the opamp functionality, do I have to connect them to the ground or leave them floating? What I ...
On first debug session everything works fine. However on second and beyond session dma stop working.Hardware: custom stm32l4p5cet based board, original ft232 uart bridge, stlink v2.CubeMX settings: UART with DMA on RX and TX (RX in circular mode), Gl...
Recently I swithc project to STM32L4P5CET as main mcu. I can't see any option to use sdmmc in dma mode (In stm32cubeide/mx). Is ST planning to add support later, or it's impossible?
I'm using custom board with stm32l462re with sd card.Without freertos and dma i'm able to write/read to sd card (32MHz on sdmmc clock, 1 bit mode, 10 clock divide factor). As project grows I decided to use freertos.But now f_open send hard fault (dis...