This table is a all 32 channels on the 32 x Servo / IO Hat mapped out per channel. Explenation under the table.
Ch1 | PC1 | Analogue In |
Digital In | ||
Digital out | ||
Servo | ||
Software PWM | ||
Ch2 | PC2 | Analogue In |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch3 | PC3 | Analogue In |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch4 | PA0 | Analogue In |
PWM | ||
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch5 | PA1 | Analogue In |
PWM | ||
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch6 | PA2 | Analogue In |
PWM | ||
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch7 | PA3 | Analogue In |
PWM | ||
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch8 | PA4 | Analogue In |
Analogue Out | ||
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch9 | PA5 | Analogue In |
Analogue Out | ||
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch10 | PA6 | Analogue In |
PWM | ||
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch11 | PA7 | Analogue In |
PWM | ||
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch12 | PC4 | Analogue In |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch13 | PC5 | Analogue In |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch14 | PB0 | Analogue In |
PWM | ||
Digital In | ||
Digital out | ||
Servo | ||
Software PWM | ||
Ch15 | PB1 | Analogue In |
PWM | ||
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch16 | PB2 | Digital In |
Digital Out | ||
Servo | ||
Software PWM | ||
Ch17 | PB10 | PWM |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch18 | PB11 | PWM |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch19 | PC6 | PWM |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch20 | PC7 | PWM |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch21 | PC8 | PWM |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch22 | PC9 | PWM |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch23 | PA8 | PWM |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch24 | PA9 | PWM |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch25 | PA10 | PWM |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch26 | PA11 | PWM |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch27 | PA12 | Digital In |
Digital Out | ||
Servo | ||
Software PWM | ||
Ch28 | PB3 | PWM |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch29 | PB4 | PWM |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch30 | PB5 | PWM |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch31 | PB6 | PWM |
Digital In | ||
Digital Out | ||
Servo | ||
Software PWM | ||
Ch32 | PB7 | PWM |
Digital In | ||
Digital out | ||
Servo | ||
Software PWM |
Analogue In means it has an ADC capability on the channel. This can sample at a very high frequency. It is 15 of these
PWM means we have a Hardware PWM signal with a very high frequency capability. It is 23 of these.
Analogue out means it connect to a DAC. It is 2 of these,
Digital In & Digital Out is on all 32 channels.
Servo is available on all 32 channels and is the default configuration.
Software PWM means we bit-bang the pin in software to create a PWM signal. Max frequency is ca 10KHz. Available on all 32 channels.
An updated version of this table can be found in Annotated Schematics (coming soon). Pin’s have all cababilities as per STM32F105RB capabilities, but more advanced features will need custom modified firmware to access.