Assigning SPI1 pins (STM32F103RBT6), to an external SPI device (ADS1220)
Hi !i'm trying to write a driver, to interface the "ADS1220" device with STM32F103RBT6, using SPI,i would like to assign each pin of the MCU SPI (PA4, PA5, PA6, PA7) with its corresponding pin of ADS1220 like this : using macros#define ADS_CS PA4 // ...