代码搜索结果
找到约 10,000 项符合
PWM 的代码
pwm.map
******************************************************************************
TMS320C2000 COFF Linker PC Version 3.07
*******************************************************
pwm.c
#include
int main(void)
{
unsigned int val,delay;
PINSEL0 |= 0x00028000; //Enable pin 0.7 as PWM2
PWMPR = 0x00000001; //Load prescaler
PWMPCR = 0x0000404; //PWM channel 2 d
pwm.lnp
"startup.o" ".\fdac.o" --strict --scatter "pwm.sct"
--map --xref --callgraph --symbols
--info sizes --info totals --info unused --info veneers
--list ".\pwm.map" -o "pwm.axf"
pwm.sct
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_
pwm.plg
礦ision3 Build Log
Project:
D:\SENTHILARM\PWM\pwm.uv2
Project File Date: 02/12/2009
Output:
Build target 'Target 1'
compiling fdac.c...
linki
pwm.htm
Static Call Graph - [D:\SENTHILARM\PWM\pwm.axf]
Static Call Graph for image D:\SENT
pwm.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 {