10 years, 6 months ago.

Pin Mode for KL25Z

Am trying to use "PullDown" as a pin mode for a KL25Z Mbed, but the compiler says it is not defined. PullUp and PullNone seem to be defined. Is there a pull-down mode for the pins of a KL25Z?

Question relating to:

The FRDM-KL25Z is an ultra-low-cost development platform for Kinetis L Series KL1x (KL14/15) and KL2x (KL24/25) MCUs built on ARM® Cortex™-M0+ processor. Features include easy access to MCU I/O, battery-ready, …

2 Answers

10 years, 6 months ago.

Nop, that was specifically removed because it isn't actually there ;). There is a bit in the registers to set Pull-down, but none of the KL25's pins have it actually implemented, so the complete PullDown mode was removed.

Accepted Answer
Carl Wick
poster
10 years, 6 months ago.

Thanks, Unfortunate...., but thanks!