Resolved! spi clock error in STM32L431
Posted on March 10, 2017 at 09:32hi,I want use SPI1 as master and SPI1 reg configure as that SPI1->CR2 = 0x1704; SPI1->CR1 = 0x15C;read code is GPIOA->BSRR |= 1 << 20; //set NSS low for(i = 0;i < command_size;i++) { while (0 == (...