wafa_ath
DIIDevHeads IoT Integration Server
•Created by lokii on 9/13/2024 in #firmware-and-baremetal
Why does enabling SPI peripheral in STM32 Nucleo L476RG change the master bit to 0?
Hi @Enthernet Code
modify your SPI_PeripheralControl function to use a read-modify-write operation:
This approach preserves other bits in the CR1 register while modifying only the SPE bit.
21 replies