文件名称:BF533_SST_Flash_Driver
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:64.21kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
2009.02.13 (Chiron.ylq)
--- --- --- --- ---
该工程用于Analog Devices VisualDSP++ V5.0开发环境下,烧写Silicon Storage Technology公司SST39VF512/010/020/040系列Flash的Program Load Driver。
1. 文件结构
SST39VFXXX.dlb SST39VF512/010/020/040 Flash操作驱动
BF533_SST_Flash_Driver.c VisualDSP++ v5.0 flash load driver
Uart.c 串口驱动,用于打印调试信息
2. 程序信息
① NUM_SECTORS (BF533_SST_Flash_Driver.c)
参数在使用前必须正确定义宏SST_FLASH_TYPE (SST39VFXXX.h)以确保正确使用。
② DEBUG (BF533_SST_Flash_Driver.c)
用于开启debug功能,当定义DEBUG为1后,可以利用全局字符数组char cDebug[100],打印调试信息,信息从串口(115200,N,8,1)打出。
#if DEBUG == 1
sprintf(cDebug, "ulStart = d, lCount = d, lStride = d, pnData = 0x x.\r\n", ulStart, lCount, lStride, pnData)
UART_TX(cDebug, strlen(cDebug))
return NO_ERR
#endif-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
--- --- --- --- ---
该工程用于Analog Devices VisualDSP++ V5.0开发环境下,烧写Silicon Storage Technology公司SST39VF512/010/020/040系列Flash的Program Load Driver。
1. 文件结构
SST39VFXXX.dlb SST39VF512/010/020/040 Flash操作驱动
BF533_SST_Flash_Driver.c VisualDSP++ v5.0 flash load driver
Uart.c 串口驱动,用于打印调试信息
2. 程序信息
① NUM_SECTORS (BF533_SST_Flash_Driver.c)
参数在使用前必须正确定义宏SST_FLASH_TYPE (SST39VFXXX.h)以确保正确使用。
② DEBUG (BF533_SST_Flash_Driver.c)
用于开启debug功能,当定义DEBUG为1后,可以利用全局字符数组char cDebug[100],打印调试信息,信息从串口(115200,N,8,1)打出。
#if DEBUG == 1
sprintf(cDebug, "ulStart = d, lCount = d, lStride = d, pnData = 0x x.\r\n", ulStart, lCount, lStride, pnData)
UART_TX(cDebug, strlen(cDebug))
return NO_ERR
#endif-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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BF533_SST_Flash_Driver/BF533_SST_Flash_Driver.dpj
BF533_SST_Flash_Driver/BF533_SST_Flash_Driver.mak
BF533_SST_Flash_Driver/BF533_SST_Flash_Driver.pcf
BF533_SST_Flash_Driver/Debug/BF533_SST_Flash_Driver.doj
BF533_SST_Flash_Driver/Debug/BF533_SST_Flash_Driver.dxe
BF533_SST_Flash_Driver/Debug/BF533_SST_Flash_Driver.log
BF533_SST_Flash_Driver/Debug/linker_log.xml
BF533_SST_Flash_Driver/Debug/Uart.doj
BF533_SST_Flash_Driver/Desktop.ini
BF533_SST_Flash_Driver/readme.txt
BF533_SST_Flash_Driver/src/BF533_SST_Flash_Driver.c
BF533_SST_Flash_Driver/src/Uart.c
BF533_SST_Flash_Driver/SST39VFXXX/Debug/SST39VFXXX.dlb
BF533_SST_Flash_Driver/SST39VFXXX/Debug/SST39VFXXX.doj
BF533_SST_Flash_Driver/SST39VFXXX/Debug/SST39VFXXX.log
BF533_SST_Flash_Driver/SST39VFXXX/Desktop.ini
BF533_SST_Flash_Driver/SST39VFXXX/readme.txt
BF533_SST_Flash_Driver/SST39VFXXX/src/SST39VFXXX.c
BF533_SST_Flash_Driver/SST39VFXXX/src/SST39VFXXX.h
BF533_SST_Flash_Driver/SST39VFXXX/SST39VFXXX.dpj
BF533_SST_Flash_Driver/SST39VFXXX/SST39VFXXX.mak
BF533_SST_Flash_Driver/SST39VFXXX/SST39VFXXX.pcf
BF533_SST_Flash_Driver/SST39VFXXX/Debug
BF533_SST_Flash_Driver/SST39VFXXX/src
BF533_SST_Flash_Driver/Debug
BF533_SST_Flash_Driver/src
BF533_SST_Flash_Driver/SST39VFXXX
BF533_SST_Flash_Driver
BF533_SST_Flash_Driver/BF533_SST_Flash_Driver.mak
BF533_SST_Flash_Driver/BF533_SST_Flash_Driver.pcf
BF533_SST_Flash_Driver/Debug/BF533_SST_Flash_Driver.doj
BF533_SST_Flash_Driver/Debug/BF533_SST_Flash_Driver.dxe
BF533_SST_Flash_Driver/Debug/BF533_SST_Flash_Driver.log
BF533_SST_Flash_Driver/Debug/linker_log.xml
BF533_SST_Flash_Driver/Debug/Uart.doj
BF533_SST_Flash_Driver/Desktop.ini
BF533_SST_Flash_Driver/readme.txt
BF533_SST_Flash_Driver/src/BF533_SST_Flash_Driver.c
BF533_SST_Flash_Driver/src/Uart.c
BF533_SST_Flash_Driver/SST39VFXXX/Debug/SST39VFXXX.dlb
BF533_SST_Flash_Driver/SST39VFXXX/Debug/SST39VFXXX.doj
BF533_SST_Flash_Driver/SST39VFXXX/Debug/SST39VFXXX.log
BF533_SST_Flash_Driver/SST39VFXXX/Desktop.ini
BF533_SST_Flash_Driver/SST39VFXXX/readme.txt
BF533_SST_Flash_Driver/SST39VFXXX/src/SST39VFXXX.c
BF533_SST_Flash_Driver/SST39VFXXX/src/SST39VFXXX.h
BF533_SST_Flash_Driver/SST39VFXXX/SST39VFXXX.dpj
BF533_SST_Flash_Driver/SST39VFXXX/SST39VFXXX.mak
BF533_SST_Flash_Driver/SST39VFXXX/SST39VFXXX.pcf
BF533_SST_Flash_Driver/SST39VFXXX/Debug
BF533_SST_Flash_Driver/SST39VFXXX/src
BF533_SST_Flash_Driver/Debug
BF533_SST_Flash_Driver/src
BF533_SST_Flash_Driver/SST39VFXXX
BF533_SST_Flash_Driver
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.