cancel
Showing results for 
Search instead for 
Did you mean: 

#define __HAL_SD_SDIO_ENABLE_IT ?

antonius
Senior
Posted on March 08, 2017 at 15:13

Everybody,

How can I disable :

#define __HAL_SD_SDIO_ENABLE_IT

without STM32CubeMX ?

Thanks

1 REPLY 1
Imen.D
ST Employee
Posted on March 08, 2017 at 15:24

Hi,

To disable the SD device interrupt you should use: __HAL_SD_SDIO_DISABLE_IT

You can refer to your cube firmware package to see their stm32xxxx_hal_sd.h/.c structure and get inspired from them.

You may refer to the working SD examples within your STM32cube, this will help you on your implementation.

Imen

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