Introduction - If you have any usage issues, please Google them yourself
This project runs on uC/OS-II V2.52 and is based on STM32F103RBT6(ARM Cortex-M3 Core)
Take care of the configuration of project. There re some Include Paths while linking which cannot be modified.
Procedure of driving a device(IMPORTANT!!!):
1.Connect hardware correctly.
2.Prepare DEVICE_NAME.h and DEVICE_NAME.c.
3.Enable clock of related components.
4.Enable related interrupt while configure NVIC.
5.Configure related IO pins.
6.Finish test code and begin testing.