Problem with STM32F103ZE SPI data send
Posted on June 04, 2014 at 04:47Hello I am trying to send opcode bytes MCBSTM32 to GP22. But as I debug in Keil I observe the the byte to be sent(0x50) is nit being written on the SPI data register in stm32f10x_spi.c. Instead the data register is sh...