STM32CubeF4/Projects/STM324x9I_EVAL/Examples/SPI
rihab kouki 3d6be4bd40 Release v1.27.0 2022-03-09 10:37:11 +01:00
..
readme.txt Release v1.27.0 2022-03-09 10:37:11 +01:00

readme.txt

/**
  @page SPI_EXAMPLES SPI Example
  
  @verbatim
  ******************** (C) COPYRIGHT 2017 STMicroelectronics *******************
  * @file    SPI/readme.txt 
  * @author  MCD Application Team
  * @brief   Description of SPI 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 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


 */