In my working code I included fsl_adc16.h files from MK60 and then MK64 and got the following error for both.
C:\KB\PBOOT\Hardware\Kinetis\ADC\CMSIS\fsl_device_registers.h:52:6: error: #error "No valid CPU defined!"
MK60FX512VMD12 is not a defined CPU
I also tried adjusting the MK60 and MK64 adc16_polling examples for MK60FX512VMD12 with no luck.
Other adc.h files from NXP only work for other processor not for MK60FX512VMD12. Is there an adc.h file that will work with the MK60FX512VMD12 or is there a MK60FX512VMD12.h file I could use with adc.h?