mirror of
https://github.com/STMicroelectronics/STM32CubeF4.git
synced 2025-05-08 19:29:40 +08:00
39 lines
1.5 KiB
Plaintext
39 lines
1.5 KiB
Plaintext
/**
|
|
@page SDIO_EXAMPLES SDIO Example
|
|
|
|
@verbatim
|
|
******************** (C) COPYRIGHT 2017 STMicroelectronics *******************
|
|
* @file SDIO/readme.txt
|
|
* @author MCD Application Team
|
|
* @brief Description of SDIO example.
|
|
******************************************************************************
|
|
* @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.
|
|
*
|
|
******************************************************************************
|
|
@endverbatim
|
|
|
|
The STM32CubeF4 firmware package comes with the following Examples and Applications
|
|
making use of SDIO peripheral (used to drive uSD card):
|
|
- /Projects/STM324x9I_EVAL/Examples/BSP
|
|
- /Projects/STM324x9I_EVAL/Applications/FatFs/FatFs_uSD
|
|
- /Projects/STM324x9I_EVAL/Applications/FatFs/FatFs_uSD_RTOS
|
|
- /Projects/STM324x9I_EVAL/Applications/FatFs/FatFs_MultiDrives
|
|
- /Projects/STM324x9I_EVAL/Applications/Display/LTDC_AnimatedPictureFromSDCard
|
|
- /Projects/STM324x9I_EVAL/Applications/Display/LTDC_PicturesFromSDCard
|
|
- /Projects/STM324x9I_EVAL/Applications/USB_Device/MSC_Standalone
|
|
|
|
@par Keywords
|
|
|
|
SDIO, BSP, FatFS, SD Card, File system, FAT Volume, Format, Mount, Read, Write, FreeRTOS, RTOS, multidrives,
|
|
Display, DSI, LCD, Image slider, GRAM, Touch screen, Connectivity, USB_Device, USB, MSC, Mass Storage
|
|
|
|
|
|
*/
|