liang yongxiang bf21bbc423 [bsp][lpc408x] add README.md 7 سال پیش
..
Libraries 8f607deff3 [BSP] Add EMAC driver in lpc4088 9 سال پیش
applications 296d57e859 [BSP] remove components.h file. 7 سال پیش
drivers 3aa582bc17 [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 7 سال پیش
.config 3aa582bc17 [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 7 سال پیش
Kconfig 3aa582bc17 [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 7 سال پیش
README.md bf21bbc423 [bsp][lpc408x] add README.md 7 سال پیش
SConscript a043a74c7b add the bsp for lpc407x/408x 11 سال پیش
SConstruct 796c49347e [BSP] Fix the gcc compiling issue in LPC408x bsp 10 سال پیش
project.uvopt 0f3563fd64 [BSP] Update project files 7 سال پیش
project.uvproj 0f3563fd64 [BSP] Update project files 7 سال پیش
project.uvprojx 8c229e412a [Bsp] lpc408x fix compiler error 8 سال پیش
rtconfig.h 3aa582bc17 [BSP] Add Kconfig for lpc408x/stm32f10x/stm32f20x/stm32f40x etc 7 سال پیش
rtconfig.py 19433e0cf5 update SConscript: support scons 3. 7 سال پیش
rtthread-lpc408x.ld fdfb4dad79 [BSP] fix GCC compiling issue in LPC408x bsp 10 سال پیش
rtthread-lpc408x.sct a043a74c7b add the bsp for lpc407x/408x 11 سال پیش
template.uvopt 8f607deff3 [BSP] Add EMAC driver in lpc4088 9 سال پیش
template.uvproj a043a74c7b add the bsp for lpc407x/408x 11 سال پیش

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