代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.c
#include"memory.h"
#define DisableInt() { asm tpa; asm sei;asm psha;}
#define EnableInt() { asm pula;asm tap; }
void erase(void){
UINT8 i=0;
UINT16 j=0;
UINT8 Temp;
U
memory.h
#include"type.h"
#include"MC68HC908GR16.h"
#ifndef MEMORY_C
#define MEMORY_C
void erase(void);
void program(void);
void saveposition(void);
#endif
memory.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ICETEK\LF2812A\F2812\DSP281x_examples\Lab0201-Memory\"
ProjectType=Executable
CPUF
memory.c
main()
{
int i;
unsigned int * px;
unsigned int * py;
unsigned int * pz;
px=(unsigned int *)0x80000;
py=(unsigned int *)0x80100;
for ( i=0,pz=px;i
memory.map
******************************************************************************
TMS320C2000 COFF Linker PC v4.1.3
*******************************************************