代码搜索:flashtest
找到约 126 项符合「flashtest」的源代码
代码结果 126
www.eeworm.com/read/472613/6872195
mak flash.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/159332/10668815
makefile
#
# flash demo
#
EXAMPLES = $(TCS)/examples
FILES = $(EXAMPLES)/misc/files/files.c
NROF_ITERATIONS = 10000
#
# As defined, the flash simulator will be linked.
# For the real flash, a user will
www.eeworm.com/read/380375/9151623
h strata32.h
#ifndef __STRATA32_H__
#define __STRATA32_H__
void Program28F128J3A(void);
void Erase28F128J3A(void);
void FlashTest(void);
#endif /*__STRATA32_H__*/
www.eeworm.com/read/481337/6652738
h strata32.h
#ifndef __STRATA32_H__
#define __STRATA32_H__
void Program28F128J3A(void);
void Erase28F128J3A(void);
void FlashTest(void);
#endif /*__STRATA32_H__*/
www.eeworm.com/read/237303/13969319
h strata32.h
#ifndef __STRATA32_H__
#define __STRATA32_H__
void Program28F128J3A(void);
void Erase28F128J3A(void);
void FlashTest(void);
#endif /*__STRATA32_H__*/
www.eeworm.com/read/159332/10668850
makefile
#
# flash demo; do "make TCS=.. run" for
# running the full demo (on tmsim only)
#
EXAMPLES= $(TCS)/examples
FILES = $(EXAMPLES)/misc/files/files.c
NROF_ITERATIONS = 100
BOOT_ADDRESS
www.eeworm.com/read/472613/6872187
lkv custom.lkv
-z -a -c -o"testflash.out" -x -i"D:/ti/C5400/bios/lib" -i"D:/ti/C5400/dsk5416/lib" -i"D:/ti/c5400/rtdx/lib" -i"D:/ti/c5400/xdais/lib" -i"D:/ti/c5400/cgtools/lib"
"E:\flashtest\flash.obj"
"E:\flashte
www.eeworm.com/read/472613/6872196
lkf custom.lkf
-z -a -c -o"testflash.out" -x -i"D:/ti/C5400/bios/lib" -i"D:/ti/C5400/dsk5416/lib" -i"D:/ti/c5400/rtdx/lib" -i"D:/ti/c5400/xdais/lib" -i"D:/ti/c5400/cgtools/lib"
"E:\flashtest\flash.obj"
"E:\flashte
www.eeworm.com/read/228323/14392163
samiamrc
open /dev/ttyUSB0
version
set ramwriteallow 0x200000 0x210000
set flashwriteallow 0x100000 0x140000
send FlashTest.hex
go 202000
exit
www.eeworm.com/read/316612/13519813
txt readme.txt
实例代码包(2004-12-1)
此文件夹包括12个实例工程和代码:
adctest S3C44B0X内置A/D转换器应用实例
einttest S3C44B0X外部中断实例
flashtest flash读写实例
Helloworld Helloworld程序
iictest IIC接口运用实例
iotest I/O应用实例——矩阵式键盘扫描
rtcte