rt-thread/bsp/hc32f460
Tangyuxin d724eed9fc
分离内存分配接口与内存分配算法 (#5175)
* [kernel][mem] Multiple instances of small memory allocation algorithm

* [kernel][mem] Change small memory management algorithm memory header flag

* [kernel][mem] Fix assertion problem

* [kernel][slab] Multiple instances of slab memory management algorithm

* [kernel][memheap] Remove rt_malloc/rt_free/rt_realloc and other related memory interfaces

* [kernel][mem] Clean up memory space of small memory management objects

* [kernel][kservice] Add memory application interface and thread protection interface

* [kernel][kservice] Fix function return value problem

* [kernel][memheap] Optimize memheaptrace print

* [kernel][memheap] Support best mode

* [kernel][memory] Remove semaphore lock

* [kernel][memheap] Add locked flag

* [kernel][memory] Support malloc memory in interrupt

* [kernel][memheap] Add 'memheapcheck' cmd

* [kernel][mem] Fix failure to request full memory

* [kernel][memheap] Fix compilation warning

* [kernel][mem] Fix mem realloc ASSERT

* [examples][testcases] Add small mem testcase

* [examples][mem_tc] Modify test memory size

* [examples][testcases] Add slab memory management algorithm test case

* [examples][testcases] fix small memory management algorithm test case

* [kernel][memory] Adjusting memory allocation algorithm object definition and interface

* [kernel][memory] Fix compilation warning

* [examples][utest] Fix mem test case

* [examples][utest] fix slab test case

* [utest][testcases] Shorten test time

* [kernel][memory] Formatting code

* [examples][utest] Adjust test run time

* [examples][utest] Formatting code

* [bsp] update all rtconfig.h
2021-12-16 16:23:58 +08:00
..
Libraries HC32F460PETB移植rt-thread。移植验证通过pin驱动,uart驱动(包含uart1,2,3,4),默认使用uart4。 2021-09-04 17:56:49 +08:00
applications 修改格式错误 2021-09-06 19:18:27 +08:00
board 修改格式错误 2021-09-06 19:18:27 +08:00
drivers 修改格式错误 2021-09-06 19:18:27 +08:00
.config 分离内存分配接口与内存分配算法 (#5175) 2021-12-16 16:23:58 +08:00
.gitignore HC32F460PETB移植rt-thread。移植验证通过pin驱动,uart驱动(包含uart1,2,3,4),默认使用uart4。 2021-09-04 17:56:49 +08:00
.ignore_format.yml 修改格式错误 2021-09-06 19:18:27 +08:00
EventRecorderStub.scvd HC32F460PETB移植rt-thread。移植验证通过pin驱动,uart驱动(包含uart1,2,3,4),默认使用uart4。 2021-09-04 17:56:49 +08:00
Kconfig HC32F460PETB移植rt-thread。移植验证通过pin驱动,uart驱动(包含uart1,2,3,4),默认使用uart4。 2021-09-04 17:56:49 +08:00
README.md HC32F460PETB移植rt-thread。移植验证通过pin驱动,uart驱动(包含uart1,2,3,4),默认使用uart4。 2021-09-04 17:56:49 +08:00
SConscript HC32F460PETB移植rt-thread。移植验证通过pin驱动,uart驱动(包含uart1,2,3,4),默认使用uart4。 2021-09-04 17:56:49 +08:00
SConstruct Revert "[update] Fix compiler flags issue" 2021-10-14 14:36:58 +08:00
project.uvoptx [update] bsp .config file and rtconfig.h file. 2021-10-14 14:49:53 +08:00
project.uvprojx 分离内存分配接口与内存分配算法 (#5175) 2021-12-16 16:23:58 +08:00
rtconfig.h 分离内存分配接口与内存分配算法 (#5175) 2021-12-16 16:23:58 +08:00
rtconfig.py HC32F460PETB移植rt-thread。移植验证通过pin驱动,uart驱动(包含uart1,2,3,4),默认使用uart4。 2021-09-04 17:56:49 +08:00
template.uvopt HC32F460PETB移植rt-thread。移植验证通过pin驱动,uart驱动(包含uart1,2,3,4),默认使用uart4。 2021-09-04 17:56:49 +08:00
template.uvoptx HC32F460PETB移植rt-thread。移植验证通过pin驱动,uart驱动(包含uart1,2,3,4),默认使用uart4。 2021-09-04 17:56:49 +08:00
template.uvprojx HC32F460PETB移植rt-thread。移植验证通过pin驱动,uart驱动(包含uart1,2,3,4),默认使用uart4。 2021-09-04 17:56:49 +08:00

README.md

HC32F460PETB#

1. 简介

HC32F460系列是基于 ARM® Cortex®-M4 32-bit RISC CPU最高工作频率 200MHz 的高性能MCU。 Cortex-M4 内核集成了浮点运算单元( FPU 和 DSP实现单精度浮点算术运算支持所有 ARM 单精度数据处理指令和数据类型,支持完整 DSP 指令集。HC32F460 系列集成了高速片上存储器,包括最大 512KB 的 Flash最大 192KB 的 SRAM。 主要资源如下:

硬件 描述
CPU Cortex-M4
主频 100MHz
SRAM 192KB
Flash 512KB

2. 编译说明

目前仅支持支持 MDK5以下是具体版本信息

IDE/编译器 已测试版本
MDK5(ARM Compiler 5) MDK5.31

3. 烧写及仿真

下载程序:使用板载 J-Link 工具。

4. 驱动支持情况

驱动 支持情况 备注
UART 支持 USART1/2/3/4
GPIO 支持
##5.运行结果
下载程序成功之后,系统会自动运行,在终端工具里打开相应的串口,复位设备后,可以看到 RT-Thread 的输出信息:
 \ | /
- RT -     Thread Operating System
 / | \     4.0.4 build Sep 3 2021
 2006 - 2021 Copyright by rt-thread team
msh >

6.进阶使用 默认只开启了 GPIO 输出、中断和 串口4的功能更多接口需要利用 env 工具对 BSP 进行配置,步骤如下:

  1. 在 bsp 下打开 env 工具。

  2. 输入menuconfig命令配置工程,配置好之后保存退出。

  3. 输入pkgs --update命令更新软件包。

  4. 输入scons --target=mdk5 命令重新生成工程。

5. 联系人信息

维护人: