# STM32F103C8T6_CMSIS-DAP_SWO **Repository Path**: chencyd6266/STM32F103C8T6_CMSIS-DAP_SWO ## Basic Information - **Project Name**: STM32F103C8T6_CMSIS-DAP_SWO - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://www.stmcu.org/module/forum/thread-616215-1-1.html - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-03-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # STM32F103C8T6_CMSIS-DAP_SWO ----------------------------- Based x893's code on: https://github.com/x893/CMSIS-DAP My contribution is: 1. Upgrade CMSIS-DAP version to V2.00 . 2. Enable SWO_UART function(USART1), no SWO_STREAM/SWO_MANCHESTER mode. 3. CDC function improved(USART2). 4. Added a Soft-Reset function for Cortex-M. 5. Added BluePill board support, Remapped or unRemap (refer to Docs). 6. Added STLINK_V2A board support (refer to Docs). 7. Minor changes, e.g. LED handling, project files re-group...... Unsolved issue: one compiling Warning on main.c (line 151), but still works fine. Thanks.