2018-04-09 08:01 AM
Dear ST team,
from STM32Cube F4 V1.21.0
in the stm32f4xxhal_sd.c there are some#ifdef SDIO_STA_STBITER
__HAL_SD_ENABLE_IT(hsd, (SDIO_IT_DCRCFAIL | SDIO_IT_DTIMEOUT | SDIO_IT_TXUNDERR | SDIO_IT_STBITERR)); #else /* SDIO_STA_STBITERR not defined */ __HAL_SD_ENABLE_IT(hsd, (SDIO_IT_DCRCFAIL | SDIO_IT_DTIMEOUT | SDIO_IT_TXUNDERR)); #endif /* SDIO_STA_STBITERR */but some are
#ifdef SDIO_STA_STBITERRand other are#ifdef SDIO_STA_STBITERmistyping or wanted ?
Best regardsSolved! Go to Solution.
2018-04-09 09:18 AM
Hello
Lecordier.Guy
,Thanks for report this issue.
I have checked and confirmed this typo. This will be corrected in the coming release for STM32CubeF4.
Best Regards,
Imen
2018-04-09 09:18 AM
Hello
Lecordier.Guy
,Thanks for report this issue.
I have checked and confirmed this typo. This will be corrected in the coming release for STM32CubeF4.
Best Regards,
Imen