# tkm32f499_xmake_gpio **Repository Path**: Dandjinh/tkm32f499_xmake_gpio ## Basic Information - **Project Name**: tkm32f499_xmake_gpio - **Description**: TKM32F499的xmake工程 - **Primary Language**: C - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-12-18 - **Last Updated**: 2021-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目概述 本项目是为了跨平台编译TKM32F499的工程,采用**xmake+arm-none-eabi-gcc**架构 ## 编译步骤 1. [下载并解压arm-none-eabi-gcc](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads#) 2. [安装xmake](https://xmake.io/#/zh-cn/guide/installation) 3. 打开终端运行 ```shell xmake f -p cross --toolchain=gnu-rm --sdk=${path_to_arm-none-eabi-gcc} xmake ``` > 其中**path_to_arm-none-eabi-gcc**为gcc解压的目录 4. 使用[SEGGER](https://www.segger.com/downloads/jlink/)公司的**JLink**和**Ozone**进行下载和调试 > 其中型号选**CORTEX-M4**