代码搜索结果
找到约 12,595 项符合
PWM 的代码
pwm.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\Chapter 8\60 PWM\PWM.uv2
Project File Date: 11/01/2006
Output:
pwm.lnp
"PWM.obj"
TO "PWM"
pwm.asm
ADC EQU 35H
CLOCK BIT P2.4 ;定义ADC0808时钟位
ST BIT P2.5
EOC BIT P2.6
OE BIT P2.7
PWM BIT P3.7
ORG 00H
SJMP START
ORG 0BH
LJMP INT_T0
START: MOV TMOD,#02H ;
MOV
pwm.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\ti\myprojects\PWM\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
pwm.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity pwm is
port(dout:in std_logic_vector(7 downto 0);
pwm:out std_logic);
end;
architecture one of pwm is
begin
pwm.lnp
"Receive.obj"
TO "PWM"
pwm.lst
C51 COMPILER V8.01 PWM 05/03/2008 17:48:27 PAGE 1
C51 COMPILER V8.01, COMPILATION OF MODULE PWM
OBJECT MODULE PLACED IN pwm
pwm.lnp
"Send.obj"
TO "PWM"
pwm.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\2407\2407asm\pwm\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
pwm.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="pwm"
ProjectDir="C:\ti\myprojects\pwm\"
ProjectType=Executable
CPUFamily=TMS320C28X