2022-08-29 02:54 AM
Is sdmmc it primary component for stm32cubIde or it must be imported manually ? if so please show me where to start.
thanks,
Hakob
Solved! Go to Solution.
2022-08-29 07:11 AM
Hi @HHako.1 and and welcome to the Community :),
If you refer to the RM0394 and precisely section 43 "SD/SDIO/MMC card host interface (SDMMC)", you can conclude that the SDMMC is not available on STM32L412 device.
Kaouthar
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.
2022-08-29 07:11 AM
Hi @HHako.1 and and welcome to the Community :),
If you refer to the RM0394 and precisely section 43 "SD/SDIO/MMC card host interface (SDMMC)", you can conclude that the SDMMC is not available on STM32L412 device.
Kaouthar
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.
2022-08-29 10:35 AM
Thank you Kaouthar, what about FATFS+SPI(DMA)->SD ?
As I see these all exist on my board.
2022-08-29 11:09 AM
FAT FS, And I've confusion
Commands and response are transmitted as 1 bytes to SD card, so if I initialize SPI using DMA by default each 1 bytes commands/response will be exchanged using DMA method, this will have a overhead of initializing the DMA structure each time the commands are send.
Also checkout my website regarding Paintball mask that take a review on paintball game. https://truepaintballer.com
2022-08-29 12:00 PM
I need to make ADC conversion with 400ksps and record them on sd card without delay.
So as I understand I need to order NUCLEO-F746ZG.
Thank you again,
Hakob