Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDMCC HAL_SDInit Failure #48

Open
ztnel opened this issue Mar 5, 2024 · 0 comments
Open

SDMCC HAL_SDInit Failure #48

ztnel opened this issue Mar 5, 2024 · 0 comments
Labels
defect Something isn't working

Comments

@ztnel
Copy link
Contributor

ztnel commented Mar 5, 2024

Description

This conditional in the autogenerated MX_SDMMC1_SD_Init function fails on the naked NUCLEO-H723ZG Eval platform:

  if (HAL_SD_Init(&hsd1) != HAL_OK) {
    Error_Handler();
  }

May be related to an SD card detection failure but needs further investigation.

@ztnel ztnel added the defect Something isn't working label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant