Posted on July 21, 2015 at 05:59it have 3 wire spi peripheral. stpm10 using 2-wire spi peripheral, in the data sheet they are telling to generate 32 clock to read data from registers using spi. But using this controller generating 32clock is not pos...
Posted on June 20, 2015 at 19:57 change as shown inside while loop USART_SendData(USART1, 'X'); while (USART_GetFlagStatus(USART1, USART_FLAG_TXE) == RESET) { }