Difference between revisions of "Remappable Peripheral Pins"
Line 15: | Line 15: | ||
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. | ||
+ | |||
+ | [[Remappable Pin Table]] |
Revision as of 12:01, 14 October 2024
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.