How should unbonded pins be configured? For example, Port H0 is on pin 13 of an STM8S208 in the LQFP80 package, but is not present on the LQFP64 package. Should it be setup as an output with a Data value of ''0'' ? Or just ignored?
Some GPIO pins are not available in the small package, the corresponding I/Os are accessible to configure them by software and the configure by default is input floating no external interrupt. Regards mozra