SPI communication application[SPI of STM32]
June 18, 2020
Application program to read and write to SPI specification EEPROM. Details of the peripherals are explained in Serial Communication SPI. Program Description
Serial communication SPI[SPI details of STM32]
June 9, 2020
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 […]