9 years, 11 months ago.

Has AnalogIn been implemented?

If so, where are the input pins defined.

Question relating to:

The Freedom-K64F is an ultra-low-cost development platform for Kinetis K64, K63, and K24 MCUs.

Donald, I wrote a Differential A2D driver for the K64F, please give it a test drive and let me know what you think: http://mbed.org/users/JimCarver/code/K64F_DIFF_A2D/

posted by Jim Carver 20 May 2014

1 Answer

9 years, 11 months ago.

Yes, see the connection diagram on the K64F platform page for the port definitions. https://mbed.org/platforms/FRDM-K64F/ You can declare the pin assignments by either Arduino pin names (A0-A4) or my the K64f port names (PTB2, 3, 10, 11 and PTC11)

Accepted Answer

Yes, but what about the 16 bit differential analog inputs? I can't find anything about those, but I found quite a bit of ADC0 and 1 related code in the source but no mention of how to use it.

posted by James Belcher 17 May 2014