Page 2 of 2

Re: [Solved] Can I use SPI2 with Uno/Nano Library that uses SPI?

Posted: Wed Sep 21, 2022 11:54 am
by arun
can anyone share an example code to use spi1 and spi2 simultaneously in stm32f103c8t6 in Arduino IDE?

Re: [Solved] Can I use SPI2 with Uno/Nano Library that uses SPI?

Posted: Wed Sep 21, 2022 4:49 pm
by GonzoG
Use of both is exactly the same. You just need to declare second SPI at the beginning.
All needed information you'll fine here