代码搜索结果
找到约 10,000 项符合
ARM 的代码
arm.h
//*-----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*---------------------------------------------------
arm.txt
Entry.ini内容如下所示,它的作用是当你在进行仿真时确保程序从开头运行。
FUNC void Setup (void)
{
// Program Entry Point
PC = 0x00000000;
}
LOAD fkprj.axf INCREMENTAL // Download
Setup();
arm.ini
FUNC void Setup (void)
{
// Program Entry Point
PC = 0x00000000;
}
LOAD fkprj.axf INCREMENTAL // Download
Setup(); // Setup for Running
g,
arm.scatter
LOAD_ROM 0x0000000
{
ER_INIT 0x0c00000
{
Init (+RO)
}
ER_ROM +0
{
.ANY(+RO)
}
DATABLACK
{
RamData (
arm.c
#define TRUE 1
#define FALSE 0
#define SIZE 18
const char cstr1[] = "Constant String1";
static int mstatic1, mstatic2;
float vfloat = 1.0;
double vdouble = 1.0;
typedef int tdef1;
arm.scatter
LOAD_ROM 0x0000000
{
ER_INIT 0x0c00000
{
Init (+RO)
}
ER_ROM +0
{
.ANY(+RO)
}
DATABLACK
{
RamData (