hspi1.Init.FirstBit = SPI_FIRSTBIT_MSB; hspi1.Init.TIMode = SPI_TIMODE_DISABLE; hspi1.Init.CRCCalculation = SPI_CRCCALCULATION_DISABLE; hspi1.Init.CRCPolynomial = 7; hspi1.Init.CRCLength = SPI_CRC_LENGTH_DATASIZE; hspi1.Init.NSSPMode = SPI_NSS_PULSE_ENABLE; if (HAL_SPI_Init(&h...
Update spi.rs, fix half3wire read Verified e420f02 Update spi.rs, fix half3wire Verified a4b094e xiaguangbo mentioned this pull request Jul 15, 2024 How to use SPI Half-Duplex Mode #339 Closed Vollbrecht approved these changes Jul 18, 2024 View reviewed changes Collaborator Vollbre...