-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from yangjie11/main
add sdk-bsp-cy8c624-infineon-evaluationkit
- Loading branch information
Showing
1,203 changed files
with
1,036,959 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,67 @@ | ||
# sdk-bsp-cy8c624-infineon-evaluationkit | ||
sdk-bsp-cy8c624-infineon-evaluationkit | ||
# Infineon Psoc6-evaluationkit-062S2 说明 | ||
|
||
## 简介 | ||
|
||
本文档为 `RT-Thread` 为 `PSoC6 CY8CKIT-062S2-43012`开发板提供的 BSP (板级支持包) 说明。 | ||
|
||
主要内容如下: | ||
|
||
- 开发板资源介绍 | ||
- BSP 快速上手 | ||
- 进阶使用方法 | ||
|
||
通过阅读快速上手章节开发者可以快速地上手该 BSP,将 RT-Thread 运行在开发板上。在进阶使用指南章节,将会介绍更多高级功能,帮助开发者利用 `RT-Thread` 驱动更多板载资源。 | ||
|
||
## 开发板介绍 | ||
|
||
`Psoc6-evaluationkit-062S2` 是 RT-Thread 联合英飞凌推出的一款集成32位双核CPU子系统( ARM Cortex-M4 和 ARM Cortex-M0)的开发板,其具有单周期乘法的150-MHz Arm Cortex-M4F CPU (浮点和存储器保护单元),100-MHz Cortex M0+ CPU,带单周期乘法和MPU,可以充分发挥 PSoC6 双核芯片性能。 | ||
|
||
该开发板核心 **板载资源** 如下: | ||
|
||
- MCU:CY8C624ABZI-S2D44,Cortex-M4主频 150MHz,Cortex-M0主频 100MHz,2MB Flash 和 1MB SRAM | ||
MCU手册更多详细信息请参考文档 [PSoC 6 MCU: CY8C62x8, CY8C62xA Datasheet (infineon.com)](https://www.infineon.com/dgdl/Infineon-PSOC_6_MCU_CY8C62X8_CY8C62XA-DataSheet-v17_00-EN.pdf?fileId=8ac78c8c7d0d8da4017d0ee7d03a70b1) | ||
- 板载资源:microSD card , 触摸滑条,Arduino 接口 | ||
- 开发环境:ModusToolbox 2.0/MDK V5 | ||
PSoC® Creator™ 下载链接 [ModusToolbox™ Software - Infineon Technologies](https://www.infineon.com/cms/en/design-support/tools/sdk/modustoolbox-software/) | ||
|
||
## 外设支持 | ||
|
||
本 BSP 目前对外设的支持情况如下: | ||
|
||
| **片上外设** | **支持情况** | **备注** | | ||
| :----------: | :----------: | :------: | | ||
| USB 转串口 | 支持 | UART0 | | ||
| GPIO | 支持 | — | | ||
| UART | 支持 | UART0-5 | | ||
| Touch | 支持 | 触摸滑条 | | ||
|
||
## 使用 RT-Thread Studio 开发 | ||
|
||
在 RT-Thread Studio 的 SDK 管理器中安装该 BSP 资源包,然后基于该资源包新建工程。 | ||
|
||
### 编译下载 | ||
|
||
* 点击 IDE 左上角的构建选项进行工程的编译。 | ||
|
||
![](project_0\figures\studio3-build.png) | ||
|
||
* 当编译无错误警告时,点击 `Debug` 或 `Download` 选项进行调试/下载。 | ||
|
||
注:若点击下载并下载成功后串口终端无显示信息,请手动按下复位按键进行重启运行。 | ||
|
||
![](project_0\figures\studio4-download.png) | ||
|
||
### 运行结果 | ||
|
||
下载程序成功之后,系统会自动运行。打开终端工具串口助手,选择波特率为 115200。复位设备后,LED 将会以 500HZ 的频率闪烁,而且在终端上可以看到 `RT-Thread` 的输出信息: | ||
|
||
注:推荐使用串口调试助手如:`MobaXterm` | ||
|
||
``` | ||
\ | / | ||
- RT - Thread Operating System | ||
/ | \ 4.1.1 build Jul 25 2022 18:03:35 | ||
2006 - 2022 Copyright by RT-Thread team | ||
msh > | ||
``` | ||
|
Binary file added
BIN
+1.25 MB
documents/Infineon-PSOC_6_MCU_CY8C62X8_CY8C62XA-DataSheet-v18_00-EN.pdf
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.