Concept and operation of SDMMC kernel clock of STM32 H7 family
Hello everybody,
Regarding STM32 H7 family:
I am going to use SDMMC module of one chip of H7 family,by my own C code and without using any operating system(if possible) .As I ponder the manual reference of the chip,I noticed to "sdmmc_ker_ck" or "SDMMC kernel clock",which is necessary for SDMMC to work correctly.
In my opinion, "kernel" refers to the operating system.
Is it possible to use this SDMMC without considering or running any operating system on the chip or not?(I mean by writing a simple and stand alone application by C language).
Your consideration is highly appreciated.
