using SPI protocol multi-slave modules with master stm32f1
Hello there,
I am working on a project. In the project I want to implement, an external ADC module will collect the data and transfer it to the STM32F103C8. My STM32F103C8 microprocessor will transfer these data to my wireless module. Here I am having trouble with SPI communication. Using SPI1, the STM32F103C8 will be the master, while my other two modules will work as slaves. How can I compile this using single SPI?
