User Activity

This is my source code for the SPI configuration:static void SPI1_init(){   //GPIOs konfigurieren   //PA4 Chip select   //PA5 clk   //PA6 MISO   //PA7 MOSI   uint8_t ch;   while(SPI1->SR & SPI_SR_FTLVL); // Wait until no more data to transmit   while...