User Activity

Hi I am trying to assign values to an array to send for an spi transaction, I declared the variable and assigned each index of the array in a loop, but when I am debugging it the array is constantly 0 for each of its elements unless I defined it as a...
Hi I am tryingthe spi dma example for stmH7 nucleo board, it is always takes me to the SPI_DMAAbortOnError function, and it looks like it is because it gives HAL_SPI_ERROR_UDR, any idea what could have caused it? For my master I am using 1Mbps clock ...
Hi I am using stmh7 nucleo board and trying the spi dma example in NUCLEO-H743ZI folder, but thr transfer only gives me 0 in the aRxBuffer, anyone has had this problem before? I am not sure how to solve thisThanks!
Hi I am trying spi master on the stm32h7 nucleo board, when I am measuring the spi clock it looks like it is only giving me 400mV max, can someone explain to me why and how to solve it? Thanks!
Hi I am fairly new to SPI slave with dma on a microcontroller, I am wondering in firmware what is the process of implementing it? I have set spi1 up as spi slave and assign dma streams to it in the cubeide, but now that it is set up, how is the data ...
Kudos from