代码搜索:笙泉 IAP
找到约 1,825 项符合「笙泉 IAP」的源代码
代码结果 1,825
www.eeworm.com/read/302856/13826193
pdf iap.pdf
www.eeworm.com/read/478270/6713949
s iap.s
;/***********************************************************************/
;/* This file is part of the ARM Toolchain package */
;/* Copyright KEIL ELEKTRONIK GmbH 2003 - 2006
www.eeworm.com/read/478270/6713956
o iap.o
www.eeworm.com/read/477758/6733773
h iap.h
#ifndef IAP_LITE_H
#define IAP_LITE_H
#ifndef uint8
#define uint8 unsigned char
#endif
#ifndef uint16
#define uint16 unsigned int
#endif
bit PGM_USER(uint8 page_hi , uint8 p
www.eeworm.com/read/477758/6733778
c iap.c
#include "reg922.h"
#include "iap.h"
#define uint8 unsigned char
#define uint16 unsigned int
#define PAGE_SIZE 0x3F
/* 定义FLASH控制命令字 */
#define LOAD 0x00 /* 加载数据 */
#d
www.eeworm.com/read/477758/6733787
lst iap.lst
C51 COMPILER V7.07 IAP 03/06/2009 19:29:31 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE IAP
OBJECT MODULE PLACED IN iap
www.eeworm.com/read/477758/6733795
obj iap.obj
www.eeworm.com/read/158525/11603581
h iap.h
#define IAP_FLASH_SECTOR 8
#define IAP_FLASH_BASE_ADDR 0x00008000
#define IAP_BUFF_LEN 4096
#define IAP_RAM_BASE_ADDR 0x40000000
#define IAP_PARA_LEN 8
extern UDWORD IAP_ParaIn[IAP_PARA_LE
www.eeworm.com/read/158525/11603612
c iap.c
#include "config.h"
#define IAP_ENTER_ADDR 0x7FFFFFF1 /* IAP入口地址定义 */
/* 定义IAP命令字 */
#define IAP_SELSECTOR 50
#define IAP_RAMTOFLASH 51
#define IAP_ERASESECTOR 52
#define I
www.eeworm.com/read/158525/11603632