abstract.txt
来自「keil c51 UV3 最新版编译器的例子程序5。」· 文本 代码 · 共 40 行
TXT
40 行
The HELLO program is a very simple program that prints "Hello World"
to the serial port of the LPC9xx controller. When you can successfully
build and run this program, you have used the entire toolset including:
The uVision integrated development environment.
The C51 compiler, linker and the uVision simulator/debugger.
This HELLO program is available in several targets:
Simulator: for uVision Debugger testing with simulator
MCB900 - Run: for MCB900 board in Run Mode
EPM900 - Emulator: for EPM900 Emulator/Programmer Module
Use the following jumper settings on the MCB900 board:
RUN: ON RESET: OFF PROG: OFF
-------------------------------------------------------------------
This HELLO example is adapted for the Philips P89LPC935.
It is a very simple program that prints "Hello World"
to the serial port of the LPC9xx controller. When you can successfully
build and run this program, you have used the entire toolset including:
The uVision integrated development environment.
The C51 compiler, linker and the uVision simulator/debugger.
*** NOTE: ***
THIS EXAMPLE REQUIRES A FULL LICENSE OF THE CA51/DK51/PK51 or
the PKLPC-8K TO BUILD THIS PROJECT.
*************
The MEASURE program is available in different targets:
Simulator: for uVision Debugger testing with simulator
MCB900: for MCB900 Board running on P89LPC935
EPM900: for EPM900 Emulator/Programmer
Note: the target MCB900 can be tested using the uVision Device Simulation.
Use the following jumper settings on the MCB900 board:
RUN: ON RESET: OFF PROG: OFF
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?