2023-02-01 04:58 AM
Hi
I want to use an EMMC( INSIGNIS NSEC53K) with STM32F405 SDIO interface.
Are these 2 kompatibel with each other? Will this work?
At the moment I reach transferstate, but before I spend more time on it, it would be nice to know if there will be major issues.
Which stm32 SDIO/SDMMC interfaces have a MMC spec version >= 4.4?
Thanks
Solved! Go to Solution.
2023-02-01 06:54 AM
Well, the families with earlier release dates (STM32F, older STM32L) are all compatible with specification 4.2.
The younger families such as STM32L4+, STM32L5, STM32H then support specification 4.51.
Does it answer your question?
Regards
/Peter
2023-02-01 06:54 AM
Well, the families with earlier release dates (STM32F, older STM32L) are all compatible with specification 4.2.
The younger families such as STM32L4+, STM32L5, STM32H then support specification 4.51.
Does it answer your question?
Regards
/Peter
2023-02-01 07:00 AM
Thanks very much.
One Question remains open: Will my chosen EMMC (NSEC53K, which does 4.4 upwards) and STM32F405 (which does only 4.2) work together?
2023-02-01 07:10 AM
Well, this is about the compatibility of a device with a newer specification that is to be controlled by an STM32 with an older specification. Unfortunately, ST cannot make a statement on this, but the manufacturer of the eMMC certainly can.
If the problem is solved, please mark this thread as answered by selecting Select as best, as also explained here. This will help other users find that answer faster.
Good luck!
/Peter