NANO100_BSP V3.04.002
The Board Support Package for Nano100BN Series
NuEdu-Basic01_SPI_Flash.h
Go to the documentation of this file.
1/**************************************************************************/
12#ifndef __NuEdu_Basic01_SPI_FLASH_H__
13#define __NuEdu_Basic01_SPI_FLASH_H__
26/*---------------------------------------------------------------------------------------------------------*/
27/* Functions */
28/*---------------------------------------------------------------------------------------------------------*/
29extern void Open_SPI_Flash(void);
30extern unsigned int SpiFlash_ReadMidDid(void);
31extern void SpiFlash_ChipErase(void);
32extern unsigned int SpiFlash_ReadStatusReg1(void);
33extern unsigned int SpiFlash_ReadStatusReg2(void);
34extern void SpiFlash_WaitReady(void);
35extern void SpiFlash_PageProgram(unsigned char *DataBuffer, unsigned int StartAddress, unsigned int ByteCount);
36extern void SpiFlash_ReadData(unsigned char *DataBuffer, unsigned int StartAddress, unsigned int ByteCount);
37
38#endif /* end of group Nano130_Basic01_FUNCTIONS */
40 /* end of group NuEdu-SDK-Nano130_Basic01 */
42 /* end of group NANO100_Library */
44
45/*** (C) COPYRIGHT 2013-2014 Nuvoton Technology Corp. ***/
void SpiFlash_PageProgram(unsigned char *DataBuffer, unsigned int StartAddress, unsigned int ByteCount)
This function do the page programming to SPI Flash device.
void Open_SPI_Flash(void)
Open GPIO port for SPI interface and configure this SPI controller as Master, MSB first,...
void SpiFlash_WaitReady(void)
Waiting for the BUSY bit of SPI Flash that be cleared to 0.
unsigned int SpiFlash_ReadMidDid(void)
Read back the Manufacturer ID and Device ID from SPI Flash device.
unsigned int SpiFlash_ReadStatusReg1(void)
Read back the Status Register 1 from SPI Flash device.
void SpiFlash_ChipErase(void)
This function do the chip erasing to SPI Flash device.
unsigned int SpiFlash_ReadStatusReg2(void)
Read back the Status Register 2 from SPI Flash device.
void SpiFlash_ReadData(unsigned char *DataBuffer, unsigned int StartAddress, unsigned int ByteCount)
This function do the data reading from SPI Flash device.