MK10DX128 unused pins

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MK10DX128 unused pins

883 Views
bkohan
Contributor II

We have several unused pins on a MK10DX128 and was wondering what the correct or recommended termination should be, grounded, pulled high, pulled high thru a resistor...?

1 Reply

419 Views
mjbcswitzerland
Specialist V

Hi

I don't know whether this is the best technique but it is what I personally do in all processor projects.

Once out of reset I configure all unused (unconnected) GPIOs to outputs driving '0'.

The thinking behind it is to avoid inputs floating and driving '0' ensures a 'clean' logic level (less EMC potential than driving '1').

During development there is often the need to do some debugging of interrupt behaviour etc, and then the unused GPIO can temporarily be used to signal when interrupts occur or for timing then (set '1' on entry and '0' on exit, etc.). Such code is removed once such investigations are complete. Therefore not connecting the unused pins to GND allows them to be made use of when required.

Regards

Mark