Loading...
 
Skip to main content

System Workbench for STM32


Using SPI 3 wire with STM32L476 discovery Board

I have added these lines :

HAL_SPI_MspDeInit(&hspi2);
HAL_SPI_MspInit(&hspi2);


But it still not working.