dataflashReadSector Function

Initializes READ SECTOR (1 page contains of 2 sectors)

Syntax

void dataflashReadSector(DATAFLASH_DRIVER_DATA* pData,ULONG sector);

Parameters

DATAFLASH_DRIVER_DATA*  pointer to driver data
UINT 					dataflash page

Return Value

N/A

Remarks

N/A

Requirements

dataflash_int.h

Example

N/A