代码搜索结果

找到约 10,000 项符合 Flash 的代码

flash.h

/** * \file * Functions for reading and writing MSP430 flash ROM. * \author Adam Dunkels */ /* Copyright (c) 2004 Swedish Institute of Computer Science. * All rights reserved. *

flash.c

/** * \file * Functions for reading and writing flash ROM. * \author Adam Dunkels */ /* Copyright (c) 2004 Swedish Institute of Computer Science. * All rights reserved. * * Redi

flash.h

/** * \file * Functions for reading and writing MSP430 flash ROM. * \author Adam Dunkels */ /* Copyright (c) 2004 Swedish Institute of Computer Science. * All rights reserved. *

flash.java

/** * Flash programming via TFTP. * * For new jopcore board with 512 KB flash. * * three file types: * * .ttf ACEX config start at 0x60000 * Cyclone config start at 0x40000 * .bin Java files star

flash.java

public class Jop { public static void main( String s[] ) { /******** flash programmer *********/ int cmd, ch, val, addr, data, i, j; addr = data = 0; cmd = ' '; for (;;) { if (cmd==

flash.java

package test; import util.Dbg; import com.jopdesign.sys.Native; /** * Test.java ... the name implys it */ public class Flash { public static void main(String[] args) { int i, j, k; Dbg.ini

flash.java

package oebb; /** * Flash.java: Flash handling for OEBB project. * * Author: Martin Schoeberl (martin.schoeberl@chello.at) * * Changelog: * */ import util.*; import com.jopdesign.sys.Native; pub

flash.java

package kfl; /** * Flash programming. * read and write data to address 0x80000. * * address mapping: * * 0x00000 - 0x17fff 96kB Acex config * 0x18000 - 0x1bfff 16kB java program * 0x1c000 - 0x1c3

flash.ld

SECTIONS { . = 0x00000000; ROM_BASE = .; /* image store address (in Flash)*/ Image_RO_Base = .; .text : { *(.text) } .rodata : { *(.rodata) } Image_RO_Limit = .; . = 0x30000000; Image

flash.c

/********************************************************************************************* * File: flash.c * Author: Embest * Desc: source code of flash * History: * Y.J.Guo, Programmin