ZacckOsiemo
DIIDevHeads IoT Integration Server
•Created by ZacckOsiemo on 6/28/2024 in #firmware-and-baremetal
Does anyone know if there are any special steps to using SPI1 on the STM32F407-DISC1 board?
So I walked through a HAL example and noticed they were touching the i2scfgr, basically disabling it.
If I do the same as such
//use SPI mode
pSPIHandle->pSPIx->I2SCFGR &= ~(1 << SPI_I2SCFGR_I2SMOD_Pos);
It seems to work
9 replies