# Geehy-G32MCU-Evaluation-Board-Note **Repository Path**: xcet/geehy-g32mcu-evaluation-board-note ## Basic Information - **Project Name**: Geehy-G32MCU-Evaluation-Board-Note - **Description**: Geehy-G32MCU-Evaluation-Board-Note 极海汽车通用MCU评估板测评笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-27 - **Last Updated**: 2025-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 活动地址:https://www.xcc.com/sample/46 ![](pic/g32a-00.jpg) ## G32A 生态体系 > G32A 生态体系包括产品应用方案、硬件开发板、下载仿真工具、开发工具链及 SDK 等。 > > 其中开发工具链适配了国内外多家开发工具,如 Keil-MDK、IAR for Arm 等,且都在 SDK 中 配有相关工程,满足不同用户在不同平台开发的需求。 ![](pic/g32a-01.jpg) ## G32A1465 评估板 > G32A1465 评估板是 G32A1465 MCU 的完整演示和开发平台,搭载了一颗 G32A1465 MCU 芯 片,该芯片基于 Arm® Cortex® -M4 内核、工作主频 112MHz、Flash 1024KB。本评估板拥有 丰富的外设功能,同时配套 EVAL SDK,可帮助开发者高效评估芯片性能或相关开发应用程序。 ![](pic/g32a-02.jpg) ![](pic/g32a-03.jpg) ## 移植进度 ```c /* * 极海半导体-Geehy-G32A146X开发板软硬件资料 * Change Logs: * Date Author Notes * 2024-12-30 Coderend baremetal mdk-template (log_printf、segger-rtt) * 2024-12-31 Coderend rt-thread +finsh mdk-template * 2025-01-03 Coderend baremetal +multi-button * 2025-01-03 Coderend rt-thread +finsh mdk-template * 2025-01-16 Coderend rt-thread +finsh led-thread & multi-button timer * 2025-02-01 Coderend rt-thread +finsh led-timer */ ```