Modify SPI register
Posted on November 27, 2017 at 12:55Hello Everyone,I am working on the STM8AL3166 and try modify the SPI register. My simple code is as below :int main() { SPI_CR1 |= 0b00100100; /* Configure as master and 500 kHz com speed}As read in the dat...