cancel
Showing results for 
Search instead for 
Did you mean: 

unbonded pins

ptsmith
Associate II
Posted on July 01, 2009 at 14:25

unbonded pins

3 REPLIES 3
ptsmith
Associate II
Posted on May 17, 2011 at 15:03

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?

Paul Smith

Indiana University Physics

mozra27
Associate II
Posted on May 17, 2011 at 15:03

Hi Paul,

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

good2dog
Associate II
Posted on May 17, 2011 at 15:03

as you can see, all the port pads that can be unbonded have weak pullup; they are in some way activated by HW (in ST7 this is done by option byte).

hi-z input can't be leaved floating.

regards