代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.asm
**********************************************************************
* Flash.asm *
* This file takes the data received through the serial i
flash.h
#ifndef __FLASH_H
#define __FLASH_H
#define SECTOR_SIZE 0x1000
#define FlashSector(addr) ((addr)&~(SECTOR_SIZE-1))
#define ROM_BASE 0
#define CMD_ADDR0 *((volatile unsigned short *)(0x5555*2
flash.c
/*
;************************************************************************************************************
;* 北京精仪达盛科技有限公司
;* 研 发
flash.h
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : flash.h
* Author : MCD Application Team
* Date First Issued : 28/07/2003
* Desc
flash.c
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : flash.c
* Author : MCD Application Team
* Date First Issued : 07/28/2003
* Desc
flash.cmd
MEMORY
{
PAGE 0 :
OTP : origin = 0x3D7800, length = 0x000800
FLASHJ : origin = 0x3D8000, length = 0x002000
FLASHI : origin = 0x3DA000, length = 0x002000
FLASH