2018-04-25 07:40 AM
Hi,
I�m working on a project with the STM32L4 on a custom board. We want to access a eMMC to store acquired data. First, we used the HAL_sd.c library, but since it�s not compatible with eMMC, we now want to use the lowlevel ll_SDMMC.c.
But somehow the initialization does not work, and we can�t write to the card. Is there some example code concerning the ll_SDMMC, especially on how to configure the clocks? Or has someone done this before and could provide us with some code?
Thanks in advance
Best Regards
Maxim
#stm32-emmc #emmc #low-level #stm32-l4 #memory2018-05-03 09:28 AM
Hi
maxim.haas
,Why don't you use the
tool? It initializes peripherals depending on your need for the device you selected, and help you to configure correctly the clock settings. Then, you will be able to generate your initialization code.-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.