SDK 2.2 driver SDHC for K22FX

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SDK 2.2 driver SDHC for K22FX

1,314 Views
ypkdani
Contributor III

Hello, 

the sdhc driver for the Kinetis K are developed? I can't find this on the driver folder.

Thanks

Tags (2)
0 Kudos
3 Replies

1,062 Views
Lukas_Heczko
NXP Employee
NXP Employee

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

0 Kudos

1,062 Views
ypkdani
Contributor III

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

0 Kudos

1,062 Views
Lukas_Heczko
NXP Employee
NXP Employee

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