Hi Daniele,
Looks like issue in MK22FX512xxx12 / MK22FX512Axxx12 SDK packages. I forwarded it to SDK development team. As a workaround, you can download packages for MK21FX512xxx12 / MK21FX512Axxx12 device and take the missing fsl_sdhc.c/.h files from there.
Regards,
Lukas
Ok i have download the sdk for the MK22FX512 and in devices i find the MK21FA12 and the MK22FA12. This second not contain the sdhc driver. The problem is that the CLOCK_SetSdhc0Clock created with the clock tool is not presence in the fsl_sdhc.c
Hi Daniele,
You can find the CLOCK_SetSdhc0Clock() in devices\MK21FA12\drivers\fsl_clock.h. Please copy body of the function from devices\MK21FA12\drivers\fsl_clock.h to devices\MK22FA12\drivers\fsl_clock.h as a workaround.
Regards,
Lukas