Location:
Search - Flash Load
Search list
Description: 可以加载xml文件,对于想用flash做用户界面很有用-will load xml document on the use of flash to do useful user interface
Platform: |
Size: 10510 |
Author: liliang |
Hits:
Description: This leon3 design is tailored to the Altera NiosII Startix2
Development board, with 16-bit DDR SDRAM and 2 Mbyte of SSRAM.
As of this time, the DDR interface only works up to 120 MHz.
At 130, DDR data can be read but not written.
NOTE: the test bench cannot be simulated with DDR enabled
because the Altera pads do not have the correct delay models.
* How to program the flash prom with a FPGA programming file
1. Create a hex file of the programming file with Quartus.
2. Convert it to srecord and adjust the load address:
objcopy --adjust-vma=0x800000 output_file.hexout -O srec fpga.srec
3. Program the flash memory using grmon:
flash erase 0x800000 0xb00000
flash load fpga.srec
Platform: |
Size: 114780 |
Author: king.xia |
Hits:
Description: c++builder Load From flash swf files
Platform: |
Size: 710250 |
Author: lizhiming |
Hits:
Description: 可以加载xml文件,对于想用flash做用户界面很有用-will load xml document on the use of flash to do useful user interface
Platform: |
Size: 10240 |
Author: |
Hits:
Description: This leon3 design is tailored to the Altera NiosII Startix2
Development board, with 16-bit DDR SDRAM and 2 Mbyte of SSRAM.
As of this time, the DDR interface only works up to 120 MHz.
At 130, DDR data can be read but not written.
NOTE: the test bench cannot be simulated with DDR enabled
because the Altera pads do not have the correct delay models.
* How to program the flash prom with a FPGA programming file
1. Create a hex file of the programming file with Quartus.
2. Convert it to srecord and adjust the load address:
objcopy --adjust-vma=0x800000 output_file.hexout -O srec fpga.srec
3. Program the flash memory using grmon:
flash erase 0x800000 0xb00000
flash load fpga.srec-This leon3 design is tailored to the Altera NiosII Startix2
Development board, with 16-bit DDR SDRAM and 2 Mbyte of SSRAM.
As of this time, the DDR interface only works up to 120 MHz.
At 130, DDR data can be read but not written.
NOTE: the test bench cannot be simulated with DDR enabled
because the Altera pads do not have the correct delay models.
* How to program the flash prom with a FPGA programming file
1. Create a hex file of the programming file with Quartus.
2. Convert it to srecord and adjust the load address:
objcopy--adjust-vma=0x800000 output_file.hexout-O srec fpga.srec
3. Program the flash memory using grmon:
flash erase 0x800000 0xb00000
flash load fpga.srec
Platform: |
Size: 114688 |
Author: |
Hits:
Description: c++builder Load From flash swf files
Platform: |
Size: 709632 |
Author: lizhiming |
Hits:
Description: 建立一个无规则窗体的Flash程序示例,程序使用COM方式来加载Flash,据说FlashLite提供Flash 7以上的源码,如果哪位朋友,请共享以下,-The establishment of a form of random sample Flash program, the program means the use of COM to load the Flash, is said to provide FlashLite source Flash 7 or above, if any friends, please share the following,
Platform: |
Size: 1996800 |
Author: 杨柳 |
Hits:
Description: ST Flash loader的2次开发接口源码-ST Flash loader 2 times the development of interface source
Platform: |
Size: 2949120 |
Author: zhaohaosheng |
Hits:
Description: 这里把在FLASH引导方面做的工作向大家汇报一下,希望能对大家有所帮助。本人经验和文笔都有限,写的不好请大家谅解。
硬件环境:
DSP:TMS320VC5416PGE160
FLASH:SST39VF400A-70-4C-EK 都是贴片的,FLASH映射在DSP数据空间的0x8000-0xFFFF
软件环境: CCS v2.12.01
主 程序(要烧入FLASH的程序): DEBUG版,程序占用空间0x28000-0x2FFFF(片内SARAM),中断向量表在0x0080-0x00FF(片内DARAM),数据空间使用0x0100-0x7FFF(片内DARAM)。 因为FLASH是贴片的,所以需要自己编一个数据搬移程序,把要主程序搬移到FLASH中。在写入FLASH数据时,还应写入引导表的格式数据。最后在数 据空间的0xFFFF处写入引导表的起始地址(这里为0x8000)。
搬移程序: DEBUG版,程序空间0x38000-0x3FFFF(片内SARAM),中断向量表在0x7800-0x78FF(片内DARAM),数据空间使用 0x5000-0x77FF(片内DARAM)。 搬移程序不能使用与主程序的程序空间和中断向量表重合的物理空间,以免覆盖。 烧写时,同时打开主程序和搬移程序的PROJECT,先LOAD主程序,再LOAD搬移程序,然后执行搬移程序,烧写OK!
附:搬移程序(仅供参考)-err
Platform: |
Size: 1024 |
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: - Go to 跳转到指定的帧
- Play 播放
- Stop 停止
- Toggle High Quality 在高画质和低画质间切换
- Stop All Sounds 停止所有声音的播放
- Get URL 跳转至某个超联结
- FSCommand 发送FSCommand命令
- Load Movie 装载影片
- Unload Movie 卸载影片
- Tell Target 告知目标
- If Frame Is Loaded ..判断帧是否被完全载入
- On Mouse Event 鼠标事件
。其他Actions。包括:
- break 跳出循环
- call 调用指定帧(一般喊有某个特定函数)
- comment 注释
- continue 继续循环
- delete 删除一个对象(Object)中的变量
- do while do while循环-- Go to Jump to a specific frame- Play Play- Stop stop- Toggle High Quality in the high-quality and low quality switch between- Stop All Sounds stop all the voices of the players- Get URL to a hyperlink Jump- FSCommand Send FSCommand command- Load Movie loading videos- Unload Movie uninstall video- Tell Target this goal- If Frame Is Loaded .. to determine whether the frame is completely loaded- On Mouse Event mouse events. Other Actions. Including:- break out of the cycle- call call the specified frame (usually there is a specific function call)- comment Notes- continue to continue the cycle- delete to delete an object (Object) of variable- do while do while cycle
Platform: |
Size: 6144 |
Author: jaylee |
Hits:
Description: 通过flash进行编程,实现图形放大,缩小,以及数据实时加载,来完成gis的功能,-Through the flash, the realization of graphics to enlarge and narrow, as well as real-time data load, to complete the function gis
Platform: |
Size: 1423360 |
Author: 王涛 |
Hits:
Description: Redboot,ported to the i.MX27 PDK board. It was designed
to be very portable, extensible, and configurable. Some of the features are:
• Host connectivity via RS-232 or Ethernet
• Command line interface via RS-232 or Telnet
• Image downloads via HTTP, TFTP, X-Modem, or Y-Modem
• Support for compressed images (download and flash load)
• Flash Image System for managing multiple flash images
• Flash stored configuration
• Boot time script execution
• GDB
• BOOTP-Redboot,ported to the i.MX27 PDK board. It was designed
to be very portable, extensible, and configurable. Some of the features are:
• Host connectivity via RS-232 or Ethernet
• Command line interface via RS-232 or Telnet
• Image downloads via HTTP, TFTP, X-Modem, or Y-Modem
• Support for compressed images (download and flash load)
• Flash Image System for managing multiple flash images
• Flash stored configuration
• Boot time script execution
• GDB
• BOOTP
Platform: |
Size: 36108288 |
Author: allen |
Hits:
Description: 在线flash播放器.用AS3.0编写,请用flash cs3.0打开!
AS3.0 可以解决了as2无法解决对加载flash的舞台的大小的判断,从实现了对加载的flash有效播放面大小的控制,不再需要像以前用遮罩来做一个伪装!
-Online flash player. AS3.0 prepared using, please open the flash cs3.0!
As2 could solve the problem of AS3.0 can not load flash on the stage to determine the size, from the realization of the load side of the flash player the size of effective control, are no longer required to do as before with a camouflage mask!
Platform: |
Size: 19456 |
Author: fjdkf |
Hits:
Description: FLASH MX 导入HTML文件实例源码,简单有效-FLASH load HTML
Platform: |
Size: 120832 |
Author: memwin |
Hits:
Description: ST flash loader program
Platform: |
Size: 8043520 |
Author: kim |
Hits:
Description: 在FLASH中调用swf,声音,图片,文本和HTML的方法,很不错的文章。-Call in the FLASH swf, sound, pictures, text and HTML methods, very good article.
Platform: |
Size: 6144 |
Author: lby |
Hits:
Description: 老师上课的材料,合众达DM642的flash读写程序,直接加载即可运行,包括wks设置。-Teacher in the class of materials, Triangle of the DM642 program to read and write flash, direct load to run, including wks settings.
Platform: |
Size: 477184 |
Author: 张林 |
Hits:
Description: 通过flash实现加载数据,实现本地存档,适合做rpg类游戏实现存档数据-Archived data through the the flash load data local archive suitable rpg games
Platform: |
Size: 7168 |
Author: 古崟佑 |
Hits:
Description: flash 图片轮换/图片切换
flash加载外部图片 并轮换显示
通过xml加载 只要把要加载的图片路径写在xml里即可 可容易添加
源码里包含代码结构 已经修改说明-flash picture rotation/picture switch flash load external image and display rotation through xml loaded as long as the path to load the picture can be written in the xml inside contains easy to add source code structure has been modified instructions
Platform: |
Size: 1263616 |
Author: 呼吸 |
Hits: