Question
Hello. I am using STM32L476 nucleo board. I am facing problem in SPI communication.
I am trying to communicate with a peripheral device through SPI interface using the HAL SPI library functions. But the function is not working properly. It is getting stuck inside the HAL_Delay function. HAL_SPI_Transmit function just executes an empty infinite loop. I am attaching the screenshot of the debug window pointing to where I am getting stuck.
