Replies: 3 comments 1 reply
-
Hi @WHMJJ! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@FRASTM Can you have a look ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@WHMJJ Converting to discussion until we know this is a real issue |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Hi Zephyr team,
I’m using the STM32H757I-EVAL board to read data from a microSD card and found that the DK uses the IP4856CX25 level shifter to communicate with the SD card.
However, in the stm32h757i_eval_stm32h757xx_m7.dts file, the SDMMC interface is configured only in 8-bit / CLK / CMD mode, which is not consistent with the actual hardware setup.
I’ve tried modifying the configuration through an overlay, but it still doesn’t work.
Is there any code example available for this board’s SD card configuration, or any guidance on how to port this function properly?
DK:STM32H757I-EVAL
Code:.\zephyrproject\zephyr\samples\subsys\fs\fs_sample
Error msg as below
Best regard,
Joey
Describe the solution you'd like
1.The SD card pin setting with IP4856CX25_C/MFX
2.Or bypass the MFX use another pin for card detect
Describe alternatives you've considered
No response
Beta Was this translation helpful? Give feedback.
All reactions