An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Merkava

Some examples with STM32F10x standard peripheral library.

![logo](./assets/logo.jpg)

## Base on

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

![](./assets/mcu.jpg)

## Directory description

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