abstract.txt
来自「LPC 2300 串口开发;LPC2300是NXP 公司推出的最新的嵌入式芯片;」· 文本 代码 · 共 17 行
TXT
17 行
The PWM project is a simple program for the LPC2129
using Keil MCB2100 Microcontroller Board.
It adjusts PWM2 and PWM3 phases according to the Potentiometer.
The PWM program is available in different targets:
Simulator: runs in software Simulator
MCB2100 RAM: runs from Internal RAM located on chip
(used for target debugging)
MCB2100 Flash: runs from Internal Flash located on chip
(used for final aplication version)
The output of PWM2 is P0.7; PWM3 can be found on P0.1
The built-in Logic Analyzer shows the varying pulse width
as the input to the ADC changes.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?