代码搜索结果
找到约 7,992 项符合
Motor 的代码
motor.cmd
-w
-stack 400h
-heap 100
-l rts.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> PRAM
motor.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="Motor"
ProjectDir="C:\ICETEK-VC5416-EDULab\Lab17-SAMotor\"
ProjectType=Executable
C
motor.c
#include "scancode.h"
#define TIM *(int *)0x24
#define PRD *(int *)0x25
#define TCR *(int *)0x26
#define IMR *(int *)0x0
#define IFR *(int *)0x1
#define PMST *(int *)0x1d
#define S
motor.cmd
-w
-stack 400h
-heap 100
-l rts.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> PRAM
motor.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="Motor"
ProjectDir="C:\ICETEK-VC5416-EDULab\Lab16-DCMotor\"
ProjectType=Executable
C
motor.h
#include "general.h"
//==================== PIN DEFINITIONS ======================
// LED's - Active high
#define pinLED1 LATAbits.LATA9
#define pinLED2 LATAbits.LA
motor.h
#include "general.h"
//==================== PIN DEFINITIONS ======================
// LED's - Active high
#define pinLED1 LATAbits.LATA9
#define pinLED2 LATAbits.LA
motor.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
motor.lnp
"START_AD.obj",
"motor.obj"
TO "motor"
RAMSIZE(256)