rt-thread-official/bsp/lpc408x
流光 de66213d2e [bsp][lpc408x] 修复lpc408x的mdk5_ide编译错误. 2018-09-02 18:14:09 +08:00
..
Libraries [BSP] Add EMAC driver in lpc4088 2015-10-15 23:14:27 +08:00
applications [BSP] remove components.h file. 2017-10-16 14:10:18 +08:00
drivers [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 2018-03-04 22:35:07 +08:00
.config [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 2018-03-04 22:35:07 +08:00
Kconfig [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 2018-03-04 22:35:07 +08:00
README.md [bsp][lpc408x] add README.md 2018-05-29 12:57:41 +08:00
SConscript add the bsp for lpc407x/408x 2014-01-02 18:30:13 +08:00
SConstruct [BSP] Fix the gcc compiling issue in LPC408x bsp 2014-11-01 09:26:56 +08:00
project.uvopt [BSP] Update project files 2017-12-31 21:45:32 +08:00
project.uvproj [BSP] Update project files 2017-12-31 21:45:32 +08:00
project.uvprojx [bsp][lpc408x] 修复lpc408x的mdk5_ide编译错误. 2018-09-02 18:14:09 +08:00
rtconfig.h [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 2018-03-04 22:35:07 +08:00
rtconfig.py update SConscript: support scons 3. 2018-02-06 20:07:28 +08:00
rtthread-lpc408x.ld [BSP] fix GCC compiling issue in LPC408x bsp 2014-11-01 23:17:04 +08:00
rtthread-lpc408x.sct add the bsp for lpc407x/408x 2014-01-02 18:30:13 +08:00
template.uvopt [BSP] Add EMAC driver in lpc4088 2015-10-15 23:14:27 +08:00
template.uvproj add the bsp for lpc407x/408x 2014-01-02 18:30:13 +08:00
template.uvprojx [bsp][lpc408x] 修复lpc408x的mdk5_ide编译错误. 2018-09-02 18:14:09 +08:00

README.md

LPC408x

简介

LPC408x是RT-Thread推出的一款基于LPC408x系列的评估板板载资源主要如下

硬件 描述
芯片型号 LPC4088FET208
CPU ARM Cortex M4
主频 120M
片内SRAM 64K
片外SDRAM 32M
片内FLASH 512K

编译说明

LPC408x板级包支持MDK4﹑MDK5开发环境和GCC编译器以下是具体版本信息

IDE/编译器 已测试版本
MDK4 MDK4.74
MDK5 MDK524a
GCC GCC 5.4.1 20160919 (release)

烧写及执行

供电方式使用方口USB 连接电脑和开发板。

下载程序使用JLink/ULink等等仿真器连接到板子上的20Pin仿真口。

串口连接板载CP2102连接了USB后打开相应的串口即可。

运行结果

如果编译 & 烧写无误当复位设备后会在串口上看到RT-Thread的启动logo信息

 \ | /
- RT -     Thread Operating System
 / | \     3.0.4 build May 22 2018
 2006 - 2018 Copyright by rt-thread team
finsh />

驱动支持情况及计划

驱动 支持情况 备注
UART 支持 UART0~4
ETH 支持
LCD 支持
SDRAM 支持

IO在板级支持包中的映射情况

IO号 板级包中的定义
P3_14 LED1
P3_3 LED2
P2_2 LED3
P0_6 SW2
P0_5 SW3
P1_1 SW4

联系人信息

维护人:tanek