Skip to main content
antonius
Associate III
March 8, 2017
Question

#define __HAL_SD_SDIO_ENABLE_IT ?

  • March 8, 2017
  • 1 reply
  • 502 views
Posted on March 08, 2017 at 15:13

Everybody,

How can I disable :

#define __HAL_SD_SDIO_ENABLE_IT

without STM32CubeMX ?

Thanks

    This topic has been closed for replies.

    1 reply

    ST Technical Moderator
    March 8, 2017
    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

    In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks