代码搜索:笙泉 IAP
找到约 1,825 项符合「笙泉 IAP」的源代码
代码结果 1,825
www.eeworm.com/read/283430/9021425
map iap.map
ARM Linker, RVCT3.0 [Build 951] for uVision [Full]
================================================================================
Section Cross References
startup.o(STACK) refers (Speci
www.eeworm.com/read/283430/9021428
lnp iap.lnp
"startup.o" "main.o" "iap.o" "uart.o" --strict --scatter "IAP.sct"
--map --xref --callgraph --symbols
--info sizes --info totals --info unused --info veneers
--list ".\IAP.map" -o "IAP.axf"
www.eeworm.com/read/283430/9021429
h iap.h
#ifndef __IAPIAP_H
#define __IAPIAP_H
#define Device_LPC2131 0x0002ff01// 196353
#define Device_LPC2132 0x0002ff11// 196369
#define Device_LPC2134 0x0002ff12// 196370
#define Device_LPC2136
www.eeworm.com/read/283430/9021433
htm iap.htm
Static Call Graph - [D:\LPCARMWORK\IAP\IAP.axf]
Static Call Graph for image D:\LPCA
www.eeworm.com/read/283430/9021450
cpp iap.cpp
#include "LPC213XDEF.h"
#include "iap.h"
IAPObj::IAPObj(void){
iap_intry = (IAP)IAP_LOCATION;
}
unsigned int IAPObj::SelSector(unsigned int sectorstart, unsigned int sectorend)
{
comm
www.eeworm.com/read/184700/9085076
c iap.c
/*
---------------------------------------------------------------------
In application programming routine
2005-7-19 13:31 by jason
要设置编译参数-apcs /interwork,因为IAP为Thumb指令。
使用IAP功能时,片内RAM的顶端的32字
www.eeworm.com/read/379339/9200163
c iap.c
#if 0
#define SFCF 0XB1H
#define SFAH 0XB4H
#define SFAL 0XB3H
#define SFDT 0XB5H
#define SFCM 0XB2H
#define SFCF 0XB1H
#define SFST 0XB6H
#define LOWBYTE(v) ((unsigned char)(V))
#define H
www.eeworm.com/read/181235/9264210
c iap.c
#include "config.h"
INT8U xdata protect_buffer[USED_BYTE_QTY_IN_ONE_SECTOR];
void ISP_IAP_enable(void) //打开 ISP,IAP 功能
{
EA = 0; /* 关中断 */
ISP_CONTR = ISP_CONTR & 0x18; /* 0001,100
www.eeworm.com/read/181235/9264213
h iap.h
#include
#include /* use _nop_() function */
/* 新增特殊功能寄存器定义 */
sfr ISP_DATA = 0xe2; /* ISP_DATA DATA 0E2H; 汇编程序定义 or EQU */
www.eeworm.com/read/179197/9365648