Serial Peripheral Interface Reusable Driver (Master-Slave) v1.1
This project implements SPI reusable driver that can be adapted to various microcontrollers.
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  SPI slave
  include
 dio.hThe interface definition for the DIO. This is the header file for the definition of the interface for a digital input/output peripheral on a standard microcontroller
 dio_cfg.hThis module contains interface definitions for the Dio configuration. This is the header file for the definition of the interface for retrieving the digital input/output configuration table
 spi.hThe interface definition for the SPI. This is the header file for the definition of the interface for a Serial Peripheral Serial (SPI) on a standard microcontroller
 spi_cfg.hThis module contains interface definitions for the SPI configuration. This is the header file for the definition of the interface for retrieving the Serial Peripheral interface configuration table
  src
 dio.cThe implementation for the DIO driver
 dio_cfg.cThis module contains the implementation for the digital input/output peripheral configuration
 main.cImplement a slave SPI driver using Nucleo-F401RE. Send a value to the master continuously
 spi.cThe implementation for the SPI Driver
 spi_cfg.cThis module contains the implementation for the Serial Peripheral Interface (SPI)
  SPI_Master
  include
 dio.hThe interface definition for the DIO. This is the header file for the definition of the interface for a digital input/output peripheral on a standard microcontroller
 dio_cfg.hThis module contains interface definitions for the Dio configuration. This is the header file for the definition of the interface for retrieving the digital input/output configuration table
 spi.hThe interface definition for the SPI. This is the header file for the definition of the interface for a Serial Peripheral Serial (SPI) on a standard microcontroller
 spi_cfg.hThis module contains interface definitions for the SPI configuration. This is the header file for the definition of the interface for retrieving the Serial Peripheral interface configuration table
  src
 dio.cThe implementation for the DIO driver
 dio_cfg.cThis module contains the implementation for the digital input/output peripheral configuration
 main.cImplement a master SPI driver using Nucleo-F401RE. Receive a a value and send back to the receiver
 spi.cThe implementation for the SPI Driver
 spi_cfg.cThis module contains the implementation for the Serial Peripheral Interface (SPI)