Hi, I'm having trouble sending data through SPI on the STM32L476RG with CubeIDE.
In my debugging, I noticed something wierd with this line of code from HAL_SPI_Transmit macro :hspi->Instance->DR = *((uint16_t *)hspi->pTxBuffPtr);pTxBuffPtr being the Transmit Buffer which, in my case, is txBuff[1] the first element of a one-elemen...