Serial communication SPI Applications
SPI communication application[SPI of STM32]

Application program to read and write to SPI specification EEPROM. Details of the peripherals are explained in Serial Communication SPI.  Program Description 

Read more
Details of each peripheral
Serial communication SPI[SPI details of STM32]

This section explains how to use the STM32's built-in peripheral SPI. In this chapter, reading and writing data to and from an SPI-specification EEPROM is explained as an example. Table of contents1 What is Serial Communication SPI?2 SPI initialization procedure3 SPI Byte Sending/Receiving4 EEPROM write5 EEPROM read What is Serial Communication SPI? SPI initialization procedure […]

Read more