rt-thread-official/bsp/lpc54608-LPCXpresso
guo 4af064ce67
[bsp] Improve rtconfig.py path definition (#5739)
2022-03-29 22:15:09 +08:00
..
SDK_2.2_LPCXpresso54608 Fix wrong memcpy parameter 2018-03-02 11:46:40 +01:00
applications [lpcxxx] auto formatted 2021-03-17 02:26:35 +08:00
drivers [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题 2022-01-09 00:20:32 +08:00
.config [bsp] Update all projects. 2022-03-29 19:28:06 +08:00
Kconfig [bsp][Kconfig]在bsp的Kconfig中select组件初始化与user main的选项 2019-09-11 12:06:43 +08:00
LPC54608J512_flash.icf [bsp] add iar support for lpc54608 and fix sdram bug 2017-11-16 11:05:32 +08:00
LPC54608J512_flash.scf [bsp] lpc54608 update MDK scatter file 2017-11-16 11:05:32 +08:00
README.md [bsp][lpc54608-LPCXpresso] add README.md 2018-05-30 21:43:33 +08:00
SConscript [bsp] Add LPC54608 2017-08-08 11:56:50 +08:00
SConstruct [update] CFLAGS 2021-12-17 14:28:40 +08:00
link.lds [bsp] support GCC for RT_USING_MODULE 2017-11-16 11:05:32 +08:00
project.ewd [bsp] add iar support for lpc54608 and fix sdram bug 2017-11-16 11:05:32 +08:00
project.ewp [C++] rename the Thread/Mutex to cxx_Thread/Mutex to avoid same name issue 2020-04-30 21:08:04 +08:00
project.ewt [C++] rename the Thread/Mutex to cxx_Thread/Mutex to avoid same name issue 2020-04-30 21:08:04 +08:00
project.eww [BSP] Update project files 2017-12-31 21:45:32 +08:00
project.uvoptx [bsp] update project configure file for finsh component change 2019-09-26 15:40:13 +08:00
project.uvprojx [bsp] Update all projects. 2022-03-29 19:28:06 +08:00
rtconfig.h [bsp] Update all projects. 2022-03-29 19:28:06 +08:00
rtconfig.py [bsp] Improve rtconfig.py path definition (#5739) 2022-03-29 22:15:09 +08:00
template.ewp [bsp] add iar support for lpc54608 and fix sdram bug 2017-11-16 11:05:32 +08:00
template.uvoptx [bsp] update template and project after enable RT_USING_MODULE 2017-11-16 11:05:32 +08:00
template.uvprojx [bsp] update template and project after enable RT_USING_MODULE 2017-11-16 11:05:32 +08:00

README.md

LPCXpresso54608

简介

LPCXpresso54608是NXP推出的一款基于LPC54608系列的评估板板载资源主要如下

硬件 描述
芯片型号 LPC54608J512
CPU ARM Cortex M4
主频 180M
片内SRAM 200K(160KSRAM + 32K I-code/D-code SRAM + 8K USB SRM)
片外SDRAM 8M
片内FLASH 512K

编译说明

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

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

烧写及执行

供电方式:使用 Micro USB 连接电脑和板子上的J8(Debug Link)。

下载程序开发板自带了板载CMSIS-DAP仿真器在IDE里选择CMSIS-DAP即可。

串口连接板载CMSIS-DAP仿真器连接到LPC54608J512的UART0在PC上打开CMSIS-DAP对应的UART即可。

运行结果

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

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

驱动支持情况及计划

驱动 支持情况 备注
UART 支持 只支持UART0
GPIO 未支持
IIC 支持 只支持IIC1
SPI 未支持 SPI0~5
ETH 支持
LCD 支持 支持FrameBuffer模式LCD显示
TOUCH 支持 ft5406触摸芯片
SDRAM 支持

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

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

联系人信息

维护人:tanek