Daniel – The Hardware Details for MK22FN1M0Axx12 shows the board supported is TWR-F21F120M. This is the SDK I downloaded.
Here is the list of CPUs from /devices/MK22F12/fsl_device_registers.h.
/*
*
*/
#if (defined(CPU_MK22FN1M0VLH12) || defined(CPU_MK22FN1M0VLK12) || defined(CPU_MK22FN1M0VLL12) || \
defined(CPU_MK22FN1M0VLQ12) || defined(CPU_MK22FN1M0VMC12) || defined(CPU_MK22FN1M0VMD12) || \
defined(CPU_MK22FX512VLH12) || defined(CPU_MK22FX512VLK12) || defined(CPU_MK22FX512VLL12) || \
defined(CPU_MK22FX512VLQ12) || defined(CPU_MK22FX512VMC12) || defined(CPU_MK22FX512VMD12))
I don’t see CPU_MK22FN1M0AVLQ12.
Is CPU_MK22FN1M0VLQ12 equivalent?
Keith Smith