abstract.txt
来自「英飞凌XE167单片机开发板赠送的源程序1」· 文本 代码 · 共 21 行
TXT
21 行
The LEDBlinker is a very simple EC++ program that flashes the LED's
connected to PORT 2.8 ... P2.15 and prints the text "Hello World!" on
ASC0 (serial interface).
The LEDBlinker program is available in different targets:
Simulator: Can be used to run the program on the simulator.
MCB-XC167: Code is generated for the on-chip Flash
of the XC167 on the Keil MCB-XC167 Board.
Uses off-chip RAM starting at address 0.
With this configuration, the LEDBlinker application
must be programmed into flash before the target
debugger is started. OCDS with ULINK is used for
download and debugging.
MCB-XC167 Board DIP switch settings for this target:
1 2 3 4 5 6 7 8 9 10
DIP: OFF-ON -ON -ON -ON -ON -OFF-ON -OFF-OFF
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?