Can not get SPI_FullDuplex_ComDMA_Master Example in STM32Cube MCU Package for STM32L5 series working on STM32L552E-EV Evaluation board.
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 code work. I end up always with the same problem of the SPI clock running and also the HAL_SPI_TxRxCpltCallback function getting called, but the MOSI line staying low (see figure). At the same time, transmits triggered via the HAL_SPI_Transmit function are clocked in just fine.
I posted a question to the same topic before, but I guess the title was not descriptive enough, and I did not mange to draw further attention to it. (https://community.st.com/s/question/0D53W00001uaQ9aSAE/spi-using-dma-not-outputting-data-on-mosi-line-on-the-stm32l552eev-evaluation-board)
It would be great if someone (maybe at ST) could try to run the example on the mentioned evaluation board and check if it is working fine. At the same time, I am open for any advice!!
Thanks a lot in advance :)
