abstract.txt

来自「Example IRQ codes for LPC21xx CPU family」· 文本 代码 · 共 23 行

TXT
23
字号
This simple BLINKY project shows several techniques
that are useful on the Philips LPC2100 series.

It changes constantly the status on the output port
GPIO P1.16..23.

The example shows:

  - how to setup the Vector Interrupt controller.
  - how to setup timer0 for timer interrupts.
  - how to change the port.


The Blinky program is available in different targets:

  Simulator:     configured for software Simulator

  MCB2100 Flash: configured for on-chip Flash ROM
                 (used for production or target debugging)

  MCB2100 RAM:   configured to run from on-chip RAM
                 (may be used for target debugging) 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?