📄 readme.txt
字号:
*** This readme.txt file comes with the STR71x BSPI COMMUNICATION WITH M25P10-A
SERIAL FLASH application note (AN 1810) ***
*******************************************************************************
THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH
CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT
OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT
OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION
CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*******************************************************************************
Example description
===================
It shows an easy way of communicating between a STR71x microcontroller and a M25P10-A
SPI Serial Flash memory. The purpose is to perform, through BSPI, a write in the memory,
followed by a read of the written data.
The software implemented manages write and read operations between the STR71x BSPIinterface
and the M25P10-A serial flash memory from STMicroelectronics.
It is made of 4 parts :
1) Configuration BSPI1 as a master
2) Erase M25 SPI flash sector0.
3) Transmission of several bytes from Master to M25 SPI flash.
4) Read data already written to the M25 SPI flash.
How to use it
=============
In order to make the program work, you must do the following :
Just compile and run it.
(C) COPYRIGHT 2003 STMicroelectronics
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -