https://github.com/uinika/merkava
A series of examples with STM32F103ZET6 with the standard peripheral library.
https://github.com/uinika/merkava
stm32 stm32f103 stm32f103c8t6
Last synced: 7 months ago
JSON representation
A series of examples with STM32F103ZET6 with the standard peripheral library.
- Host: GitHub
- URL: https://github.com/uinika/merkava
- Owner: uinika
- Created: 2019-07-11T09:07:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T10:18:00.000Z (over 6 years ago)
- Last Synced: 2024-12-27T14:44:32.364Z (over 1 year ago)
- Topics: stm32, stm32f103, stm32f103c8t6
- Language: C
- Homepage: https://github.com/uinika/merkava
- Size: 545 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Merkava
Some examples with STM32F10x standard peripheral library.

## Base on
- MCU **STM32F103ZET6**
- Keil uVision V5.28.0.0
- STM32F10x standard peripheral library 3.5.0.

## Directory description
- **CMSIS**:内核驱动程序;
- **Libraries**:片上外设固件库;
- **Startup**:汇编启动程序;
- **Sources**:用户功能代码;
- **Common**:封装的通用功能;
- **Drivers**:BSP 板级支持包。