cd95e4cd59
This demo shows how protected storage works in RTT. It tests by write and read data over PSA APIs, then check the integrity. The test will run repeatedly, each time with different data. The TFM package does not support LPC55S69 board officially yet. Change-Id: Ib1cd4fc8166b21e3f774f092c95d2811d51123fe Signed-off-by: Kevin Peng <kevin.peng@arm.com> Signed-off-by: Karl Zhang <karl.zhang@arm.com> |
||
---|---|---|
.. | ||
Libraries | ||
docs | ||
figures | ||
lpc55s69_nxp_evk | ||
tools | ||
README.md |
README.md
LPC55Sxx BSP 说明
LPC55Sxx系列 BSP 目前支持情况如下表所示:
BSP 文件夹名称 | 开发板名称 |
---|---|
LPC55S69 系列 | |
LPC55S69-EVK | 恩智浦 LPC55S69 EVK[[官方链接]( <https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc5500-cortex-m33/lpcxpresso55s69-development-board:LPC55S69-EVK)] |
可以通过阅读相应 BSP 下的 README 来快速上手,如果想要使用 BSP 更多功能可参考 docs 文件夹下提供的说明文档,如下表所示:
BSP 使用教程 | 简介 |
---|---|
外设驱动使用教程 | 讲解 BSP 上更多外设驱动的使用方法 |
外设驱动介绍与应用 | 讲解LPC55Sxx系列BSP驱动的支持情况,以及如何利用驱动框架开发应用程序 |
BSP 制作与提交 | 简介 |
BSP 制作教程 | 讲解LPC55Sxx系列BSP的制作方法,以及在制作 BSP 和提交 BSP 时应当遵守的规范 |
外设驱动添加指南 | 讲解 BSP 添加更多设备驱动的方法 |