I want to connect nrf24l01 to stm32f103c8t6. It is standardly connected to pins PA5 (SCK1), PA6 (MOSO1), PA7 (MOSI1). I have these pins busy, I already ordered a printed circuit board, so I won’t be able to use them. SPI2 pins are also busy. At the same time, there is another SPI port on stm32f103c8t6, also under the number "1" (Why under the number "1" ???):
PB3 (SCK1), PB4 (MISO1), PB5 (MOSI1)
Question: how to indicate in the code what exactly these pins will be used for SPI?
