4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 03:03:30 +08:00
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
..
2021-02-16 16:27:54 +08:00
2021-11-07 19:44:00 +08:00
2021-02-06 07:36:26 +08:00
2021-11-07 19:46:03 +08:00
2021-03-06 22:09:19 +08:00
2021-02-06 07:36:26 +08:00
2021-10-14 14:36:18 +08:00

Maxim-MAX32660- EVSYS说明

简介

该文件夹主要存放所有主芯片为MAX32660的板级支持包。开发板上面的主芯片是MAX32660

芯片Datasheet: MAX32660_datasheet

芯片User GuideMAX32660_UserGuide

开发板介绍页面: MAX32660-EVSYS

开发板datasheet MAX32660-EVSYS.pdf)

支持IDE: keil pack eclipse

本文主要内容如下:

  • 开发板资源介绍

MAX32660芯片介绍

  • RAM 96KB 0x20000000~0x20018000
  • ROM 256KB 0x0 ~ 0x40000
  • 16KB I-cache
  • UART 2个 UART0 UART1
  • GPIO 14个
  • I2C 2个 Master/Slave 高速3.4Mbps
  • ARM Cortex-M4F, 96MHz
  • MPU
  • SPI 2个 Master/Slave
  • I2S Master/Slave
  • 4 channel DMA
  • 3个 32bit Timer
  • Watchdog
  • RTC

开发板介绍

MAX32660-EVSYS是美信官方的开发板搭载MAX32660芯片基于ARM Cortex-M4F内核最高主频96MHz具有丰富的外设资源内核带有FPU。

开发板外观如下图所示

开发板引脚连接图如图所示:

board

MAX32660-EVSYS开发板常用 板载资源 如下:

  • MCUMAX32660
  • 板载设
    • LED1个GPIO P0_13 ,高电平点亮,低电平灭 。
    • 按键1个GPIO P0_12, 按下低电平,松开高电平。
  • 调试接口板载CMSIS-DAP调试器。

外设支持

本 BSP 目前对外设的支持情况如下:

片上外设 支持情况 备注
GPIO 支持
UART 支持 UART0, UART1(console)
PWM
SPI 支持 SPI0, SPI1
RTC 支持 RTC
I2S
I2C 支持 I2C0, I2C1
TIMER
Watchdog

进阶使用

此 BSP 默认只开启了串口 的功能,更多高级功能需要利用 env 工具对 BSP 进行配置,步骤如下:

  1. 在 bsp 下打开 env 工具。
  2. 输入 menuconfig命令配置工程,配置好之后保存退出。
  3. 输入`scons --target=mdk5/vsc命令重新生成工程。

注意事项

目前支持keil和GCC环境

FAQ

GCC环境如何调试使用

第一步需要配置arm-none-eabi-gcc路径到系統环境变量中去或者在rtconfig.py中EXEC_PATH 修改路径

第二步添加openocd的路径如果你安装了eclipse添加以下路径到系统环境变量中

C:\Maxim\Toolchain\bin

完成这两部就可以用vscode打开bsp目录了。

快捷键ctrl+shift+b可以执行scons编译命令

快捷键F5可以进入调试命令

如果需要调试之前执行build命令在luanch.json里面打开注释

            //"preLaunchTask": "build"

联系人信息

维护人: