# STM32F030x8_Threadx_Template **Repository Path**: vjiot-open/stm32f030x8_threadx_template ## Basic Information - **Project Name**: STM32F030x8_Threadx_Template - **Description**: STM32F030x8 Threadx Template with mini serial command shell. - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 8 - **Created**: 2021-02-05 - **Last Updated**: 2023-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: threadx, mcu ## README STM32F030x8 Flash 64K SRAM 8K 的 Threadx 移植应用测试,附带编写了一个串口终端 Shell,用于辅助开发测试。 Serial Shell 支持光标移到和插入编辑,默认缓存 5 个最近的历史记录,支持table 键匹配命令。 Flash 占用 20K ~ 35K 剩余可用 RAM 空间 3.7K MDK 5.30 AC6 编译信息: Debug Program Size: Code=35726 RO-data=1954 RW-data=44 ZI-data=3284 Release Program Size: Code=20690 RO-data=906 RW-data=28 ZI-data=3180 IAR ARM 8.50.6 编译信息 Debug: 28'538 bytes of readonly code memory 2'224 bytes of readonly data memory 3'789 bytes of readwrite data memory Release: 23'080 bytes of readonly code memory 959 bytes of readonly data memory 3'728 bytes of readwrite data memory