Description: 2009.02.13 (Chiron.ylq)
------------------------------
The project is Silicon Storage Technology Inc. SST39VF512/010/020/040 series of Flash-Program Load Driver, and used under Analog Devices VisualDSP++ V5.0 development environment.
1. File Structure
SST39VFXXX.dlb SST39VF512/010/020/040 Flash Program Driver
BF533_SST_Flash_Driver.c VisualDSP++ v5.0 flash load driver
Uart.c serial driver, for printing debugging information
2. Procedural information
① NUM_SECTORS (BF533_SST_Flash_Driver.c)
Parameters must be correct in the use of pre-defined macros SST_FLASH_TYPE (SST39VFXXX.h) to ensure proper use.
② DEBUG (BF533_SST_Flash_Driver.c)
Used to open the debug function, when the definition of DEBUG for one, you can use the overall character array char cDebug [100], print debug information, information from the serial port (115200, N, 8,1) shot.
# if DEBUG == 1
sprintf (cDebug, "ulStart = d, lCount = d, lStride = d, pnData
File list (Check if you may need any files):
BF533_SST_Flash_Driver
......................\BF533_SST_Flash_Driver.dpj
......................\BF533_SST_Flash_Driver.mak
......................\BF533_SST_Flash_Driver.pcf
......................\Debug
......................\.....\BF533_SST_Flash_Driver.doj
......................\.....\BF533_SST_Flash_Driver.dxe
......................\.....\BF533_SST_Flash_Driver.log
......................\.....\linker_log.xml
......................\.....\Uart.doj
......................\readme.txt
......................\src
......................\...\BF533_SST_Flash_Driver.c
......................\...\Uart.c
......................\SST39VFXXX
......................\..........\Debug
......................\..........\.....\SST39VFXXX.dlb
......................\..........\.....\SST39VFXXX.doj
......................\..........\.....\SST39VFXXX.log
......................\..........\readme.txt
......................\..........\src
......................\..........\...\SST39VFXXX.c
......................\..........\...\SST39VFXXX.h
......................\..........\SST39VFXXX.dpj
......................\..........\SST39VFXXX.mak
......................\..........\SST39VFXXX.pcf