Software: Pitfalls!
Peripheral Pin sharingMany times pins share functions. E.g., a GPIO will share a pin with a UART module (say the TX line). You CAN’T use one pin for two functions! You must choose between them.
Peripheral Resource SharingSome resources require using the same resource. For example, some of the PWM modules use TMR2, which may also be used in the USART module.
Previous slide | Next slide | Back to first slide | View graphic version |