Location:
Search - 040 flash
Search list
Description: blackfin bf531 flash烧写驱动,适用于SST39VF010/020/040-blackfin bf531 burning flash drive apply to SST39VF010/020/040
Platform: |
Size: 8251 |
Author: 刘铁军 |
Hits:
Description: blackfin bf531 flash烧写驱动,适用于SST39VF010/020/040-blackfin bf531 burning flash drive apply to SST39VF010/020/040
Platform: |
Size: 33792 |
Author: 刘铁军 |
Hits:
Description: 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
Platform: |
Size: 65536 |
Author: Chiron |
Hits:
Description: 040头文件,适用于AM系列的很多FLASH使用-040 documents
Platform: |
Size: 2048 |
Author: 琳琳 |
Hits:
Description: The Pm39LV512/010/020/040 are 512 Kbit/1 Mbit/2 Mbit/4 Mbit 3.0 Volt-only Flash Memories.
Platform: |
Size: 76800 |
Author: JYPark |
Hits:
Description: C8051F040单片机的Flash操作,其中可用于对非易失性数据的保存,以便于下次模块重新开机上电时生效等。-C8051F040 MCU Flash operation, which can be used for the preservation of non-volatile data, in order to take effect the next module reboot on power.
Platform: |
Size: 21504 |
Author: 王达 |
Hits: