RTEMS 6.1-rc4
Loading...
Searching...
No Matches
stm32h7xx_hal_sd_ex.c File Reference

SD card Extended HAL module driver. This file provides firmware functions to manage the following functionalities of the Secure Digital (SD) peripheral: More...

#include "stm32h7xx_hal.h"

Detailed Description

SD card Extended HAL module driver. This file provides firmware functions to manage the following functionalities of the Secure Digital (SD) peripheral:

Author
MCD Application Team
  • Extended features functions
Attention

Copyright (c) 2017 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

==============================================================================
                      ##### How to use this driver #####
==============================================================================
[..]
 The SD Extension HAL driver can be used as follows:
 (+) Configure Buffer0 and Buffer1 start address and Buffer size using HAL_SDEx_ConfigDMAMultiBuffer() function.
 (+) Start Read and Write for multibuffer mode using HAL_SDEx_ReadBlocksDMAMultiBuffer()
     and HAL_SDEx_WriteBlocksDMAMultiBuffer() functions.