cancel
Showing results for 
Search instead for 
Did you mean: 

SDIO_STA_STBITERR & SDIO_STA_STBITER

Lecordier.Guy
Associate II
Posted on April 09, 2018 at 17:01

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_STBITERR

and other are

#ifdef SDIO_STA_STBITER

mistyping or wanted ?

Best regards
1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee
Posted on April 09, 2018 at 18:18

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

View solution in original post

1 REPLY 1
Imen.D
ST Employee
Posted on April 09, 2018 at 18:18

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen