# STM32C011_TSSOP20 **Repository Path**: CoreMaker/STM32C011_TSSOP20 ## Basic Information - **Project Name**: STM32C011_TSSOP20 - **Description**: STM32C011(STM32C011F4P6) DEMO - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-16 - **Last Updated**: 2026-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Overview - **Name**: STM32C011_TSSOP20-V1.0 - **MCU**: STM32C011F4P6 - **IDE**: STM32CUBEMX+KEIL # Buy Link [https://shop192352884.taobao.com/](https://shop192352884.taobao.com/) # Image ![image](https://github.com/user-attachments/assets/c3c0cb0c-2685-4952-8d31-db41a7bb5b9c) ![image](https://github.com/user-attachments/assets/ab6a2f6e-8dcf-4ff9-ae05-136f28af5f78) ![image](https://github.com/user-attachments/assets/c33ce084-40d8-4044-a5a9-7130223cf127) ![image](https://github.com/user-attachments/assets/f44a094c-544a-4dd0-b6a8-68e5e84ad874) ![image](https://github.com/user-attachments/assets/a6fc340b-98a1-4985-ad43-a7cd6920fe44) ![image](https://github.com/user-attachments/assets/8a6b349c-568b-42c6-a1eb-ad4090d304d2) # Contact Information - **Name**: Billy - **交流群**: 925643491 - **Email**: a845656974@outlook.com - **Phone**: +86 15622736378 - **CSDN Blog**: [Blog](https://blog.csdn.net/qq_24312945) - **Video**: [Video](https://space.bilibili.com/26152390) # Project Introduction - **STM32C011_project1**:STM32C011开发(1)----开发板测试 - **CSDN Blog**:[https://blog.csdn.net/qq_24312945/article/details/144017147](https://blog.csdn.net/qq_24312945/article/details/144017147) STM32C011F4P6-TSSOP20 评估套件可以使用户能够无缝评估 STM32C0 系列TSSOP20 封装的微控制器功能,基于 ARM Cortex-M0 内核,具有高效能和低功耗的特点。它适用于各种嵌入式系统,特别是对功耗和成本有较高要求的应用。 这里通过配置LED和UART输出进行简单测试。 The STM32C011F4P6-TSSOP20 evaluation kit enables users to seamlessly evaluate the functionality of the STM32C0 series microcontroller in a TSSOP20 package, based on the ARM Cortex-M0 core, known for its high efficiency and low power consumption. It is suitable for a variety of embedded systems, particularly applications with high demands for low power and cost. A simple test is conducted here by configuring LED and UART output. - **STM32C011_project2**:STM32C011开发(2)----开发板测试 - **CSDN Blog**:[https://blog.csdn.net/qq_24312945/article/details/144061188](https://blog.csdn.net/qq_24312945/article/details/144061188) STM32CubeProgrammer (STM32CubeProg) 是一款用于编程STM32产品的全功能多操作系统软件工具。 它提供了一个易用高效的环境,通过调试接口(JTAG和SWD)和自举程序接口(UART、USB DFU、I2C、SPI和CAN)读取、写入及验证器件内存。 STM32CubeProgrammer的功能广泛,可以对STM32内部存储器(如Flash、RAM和OTP)以及外部存储器进行编程。 STM32CubeProgrammer (STM32CubeProg) is a fully-featured, multi-operating system software tool for programming STM32 products. It provides an easy-to-use and efficient environment for reading, writing, and verifying device memory through debugging interfaces (JTAG and SWD) and bootloader interfaces (UART, USB DFU, I2C, SPI, and CAN). STM32CubeProgrammer offers extensive functionality, enabling programming of STM32 internal memories (such as Flash, RAM, and OTP) as well as external memories. - **STM32C011_project3**:STM32C011开发(3)----Flash操作 - **CSDN Blog**:[https://blog.csdn.net/qq_24312945/article/details/144062028](https://blog.csdn.net/qq_24312945/article/details/144062028) STM32C011 系列微控制器内置 Flash 存储器,支持程序存储与数据保存,具备页面擦除、双字写入、读写保护等功能。本文将简要介绍 STM32C011 的 Flash 结构与特性,并通过实际代码示例,讲解 Flash 的擦除、写入与读取等基本操作。 The STM32C011 series microcontrollers feature built-in Flash memory, supporting program storage and data retention, with functions such as page erase, double-word write, and read-write protection. This article will briefly introduce the Flash memory structure and features of the STM32C011, and provide practical code examples to demonstrate basic operations such as Flash erasure, writing, and reading.