User Activity

I am stuck trying to get the STM32L552E-EV evaluation board running with SPI using the DMA. Neither the mentioned example (STM32CubeL5\Projects\NUCLEO-L552ZE-Q\Examples\SPI\SPI_FullDuplex_ComDMA_Master) nor the code created via the wizard, nor my own...
Hi everyone,I can not get SPI using the DMA to work. The MOSI line stays zero all the time. The result is the same using my own and also the example code provided with the firmware package for the MCU (STM32CubeL5\Projects\NUCLEO-L552ZE-Q\Examples\SP...
I am trying to create a project that takes advantage of the HAL drivers, but does not include auto generated code. It would be ideal to be able to tell the IDE which HAL drivers to include and start off from there. Unfortunately, I could not find suc...