This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
# Keil STM32F0xx-Template | ||
# Keil MDK5 STM32F0xx Template | ||
|
||
## Introduction | ||
This is the Keil MDK project template for stm32f0 series microcontroller which you could refer to. | ||
This is the Keil MDK5 project template for stm32f0xx series microcontroller which you could refer to. | ||
|
||
## Requirements need to be done before clone it | ||
### 1. Install Keil IDE on your own PC. | ||
Please refer to this link to download https://www.keil.com/demo/eval/arm.htm. | ||
### 2. Get the FREE license | ||
Follow this link https://www2.keil.com/stmicroelectronics-stm32/mdk. | ||
## Prerequisites need to be done | ||
### 1. Install Keil MDK5 IDE on your own PC. | ||
Please refer to this [link](https://www.keil.com/demo/eval/arm.htm) to download. | ||
### 2. Get the FREE license for STM32F0xx series | ||
Follow this [link](https://www2.keil.com/stmicroelectronics-stm32/mdk). | ||
### 3. Install the Arm Compiler V5.06 Update 7 (Build 960). | ||
For the install zip package you can find it on Team drive | ||
For the install zip package you can find it on Team cloud drive under: | ||
|
||
->\RT_2023\05_Electronics\05 LV Electronics\LV Electronics Software\Software Config\ARMCompiler_506_Windows_x86_b960.zip | ||
**\RT_2023\05_Electronics\05 LV Electronics\LV Electronics Software\Software Config\ARMCompiler_506_Windows_x86_b960.zip** | ||
|
||
Please follow the steps on Youtrack. | ||
or under the [link](https://developer.arm.com/documentation/ka005198/latest). | ||
|
||
## Questions? | ||
Contact me on slack. Have fun with stm32. XD | ||
## Usage | ||
|
||
Clone or download this template and be ready to launch. |