Serial Peripheral Interface Reusable Driver v1.1
This project implements SPI reusable driver that can be adapted to various microcontrollers.
Loading...
Searching...
No Matches
main.c File Reference

Implement the master SPI driver using Nucleo-F401RE. More...

#include "spi.h"
#include "dio.h"
Include dependency graph for main.c:

Functions

int main (void)
 

Detailed Description

Implement the master SPI driver using Nucleo-F401RE.

Author
Jose Luis Figueroa
Version
1.0
Date
2025-03-13
Note
Take into account the following considerations:
  • The microcontroller internal system clock is 16MHz. The baud rate is divided by 4, then, baud rate = 4MHz.
  • It is necessary to connect the Logic Analyzer to the SPI1 pins to debug or test the SPI communication.