Question
SPI unable to write in SPI_CR1 register
Posted on February 15, 2012 at 10:33
Hi All,
I try to configure SPI on a STM32 however something goes wrong in the SPI_Init() function.
I remarked that the instuction SPIx->CR1 = Tempreg don't write in the SPI register, the register value stay at 0. We have controlled all the program thoroughly, the adress of the SPI register and the Value of Tempreg and all seems to be OK. Have you already had this problem ? Thanks in advance for your advice.