2021-12-17 02:17 AM
2021-12-17 08:04 AM
2021-12-17 08:13 AM
It doesn't change anything
2021-12-17 02:09 PM
Not with the U5, but I've done commercial work with them on the F4, L4, F7 and H7 platforms, so I'm reasonably comfortable with the electrical interfacing and driver/file-system side operation of eMMC parts.
Start with the schematic, or relevant section thereof.
If you are confident it is wired properly and functionally sound, start with the software clocking the bus a 25 MHz, or a convenient lower multiple of your primary clock, connect in 1-bit mode, read the Extended CSD from the device, and confirm that's working properly.
2022-04-12 02:01 AM
I found the solution 3 months ago, sorry for the delay, if you meet the same error, you just have to replace MMC_HIGH_VOLTAGE_RANGE by eMMC_DUAL_VOLTAGE_RANGE for
#define MMC_VOLTAGE_RANGE MMC_HIGH_VOLTAGE_RANGE.
Thanks