Difference between revisions of "Remappable Peripheral Pins"
Line 1: | Line 1: | ||
+ | == Remappable Pin Table == | ||
+ | The "Remappable Pin Table" wiki page provides pin mappings and functionality for various microcontrollers and development boards, allowing users to understand the input/output pin assignments and specific features available on each. | ||
+ | [[Remappable Pin Table]] | ||
+ | |||
+ | == Remappable Peripheral Pins == | ||
Some of the more powerful Microcontroller devices allow you to re-route the normally fixed pin connections for internal functionality such as PWM, UART, SPI and CAN. | Some of the more powerful Microcontroller devices allow you to re-route the normally fixed pin connections for internal functionality such as PWM, UART, SPI and CAN. | ||
Line 14: | Line 19: | ||
If your chosen target Microcontroller device does not support the remappable functionality then the additional properties will be automatically hidden from the user. | If your chosen target Microcontroller device does not support the remappable functionality then the additional properties will be automatically hidden from the user. | ||
− | |||
− | |||
− | |||
− |
Revision as of 12:09, 14 October 2024
Contents
Remappable Pin Table
The "Remappable Pin Table" wiki page provides pin mappings and functionality for various microcontrollers and development boards, allowing users to understand the input/output pin assignments and specific features available on each. Remappable Pin Table
Remappable Peripheral Pins
Some of the more powerful Microcontroller devices allow you to re-route the normally fixed pin connections for internal functionality such as PWM, UART, SPI and CAN.
When this remappable functionality is available components will present an extra set of properties to allow you to configure the pin connection that will be used by the peripheral. Not all pins are available to work with the remappable functionality so we list only the compatible pins to help narrow down the selection and guarantee that the selected pin will be ok to work with the functionality. Some remappable pins only work as an input (RPI instead of RP in the device datasheet) so you can use these for example with the SPI data input pin but not the data output pin so be aware that the list of pins may change depending what function you are currently assigning.
PWM Component with Remappable pin
SPI Component with Remappable pins
If your chosen target Microcontroller device does not support the remappable functionality then the additional properties will be automatically hidden from the user.