mirror of
https://github.com/STMicroelectronics/STM32CubeF4.git
synced 2025-05-08 19:29:40 +08:00
37 lines
1.4 KiB
Plaintext
37 lines
1.4 KiB
Plaintext
/**
|
|
@page SPI_EXAMPLES SPI examples
|
|
|
|
@verbatim
|
|
******************** (C) COPYRIGHT 2017 STMicroelectronics *******************
|
|
* @file SDIO/readme.txt
|
|
* @author MCD Application Team
|
|
* @brief Description of SPI examples.
|
|
******************************************************************************
|
|
* @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 provides a set of examples showing how to use the SPI
|
|
in master/slave communication, based on polling, interrupt and DMA programming models.
|
|
These examples are provided for Discovery boards, below the examples set for STM32F4-Discovery:
|
|
- /Projects/STM32F4-Discovery/Examples/SPI/SPI_FullDuplex_ComPolling
|
|
- /Projects/STM32F4-Discovery/Examples/SPI/SPI_FullDuplex_ComIT
|
|
- /Projects/STM32F4-Discovery/Examples/SPI/SPI_FullDuplex_ComDMA
|
|
- /Projects/STM32F4-Discovery/Examples/SPI/SPI_FullDuplex_AdvCom
|
|
|
|
@par Keywords
|
|
|
|
Connectivity, Communication, SPI, Full-duplex, Polling, DMA, Interrupt, Transmission, Reception, Master, Slave, MISO, MOSI,
|
|
Command, acknowledge
|
|
|
|
|
|
*/
|