代码搜索结果
找到约 10,000 项符合
PWM 的代码
pwm.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define PERIODE 60
sbit pwm P1^0;
uchar occupation=50;
static void timer1() interrupt 3
pwm.asm
ORG 0000H
AJMP START
ORG 0003H
LJMP INT0
ORG 000BH
LJMP ITT0
ORG 001BH
LJMP ITT1
ORG 0030H
START:MOV SP,#60H
MOV R0,#00H
MO
pwm.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\example\DSP\PWM\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
T