Remappable Peripheral Pins

From Flowcode Help
Jump to navigationJump to search

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

PWMPin.jpg


SPI Component with Remappable pins

SPIPin.jpg


If your chosen target Microcontroller device does not support the remappable functionality then the additional properties will be automatically hidden from the user.