abstract.txt

来自「lpc3250 example program」· 文本 代码 · 共 20 行

TXT
20
字号
This is a simple RTX Kernel based example which blinks
two LEDs on the Phytec LPC3250 evaluation board 
using PHYTEC 'PCM-967' and 'PCM-1304.0' Boards.

Clocks: Oscillator                   =  13.00 MHz
        HCLK_PLL   = Oscillator * 16 = 208.00 MHz
        Processor  = HCLK_PLL        = 208.00 MHz
        HCLK       = HCLK_PLL / 2    = 104.00 MHz
        PERIPH_CLK = HCLK_PLL / 16   =  13.00 MHz

The RTX_BLINKY project is set up for one target:
  LPC3250:  configured to run in external SDRAM and loaded to
            external NOR flash

Notes: 
  - for standalone application you have to:
    1. Download the 2-nd level NOR bootloader
       ('bootloader_NOR' from Keil) to external NOR flash 
    2. Download the application to external NOR Flash

⌨️ 快捷键说明

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