# STM32H753ZI Development Kit Note
I am recording my development procedure to document relevant information. In the meantime, I also want to share this on the internet to ensure everything is correct, allowing other developers to test my code or steps. Feel free to discuss any errors here and share your thoughts.
## Step by Step Tutorial
#### Setup Environments
Before starting to create a project, we need to build the environment to ensure all tools run successfully. Every detailed step is included in the shortcut below.
TOPIC : [Setup Environment on Windows](https://hackmd.io/@seanwascoding/ByZXSVfKC)
TOPIC : [Setup Vscode with PlatformIO](https://hackmd.io/@RugershTRay/H1eo5REY0)
---
#### Install Sample Code and Testing
Before starting to write the code, we need to refer to the sample and datasheet to understand the mechanism. Fortunately, the official documentation already provides different projects for users, so in this document, I will explain every detail of the project. Sometimes, we may conduct experiments or measure signals from the IO to see the results.
TOPIC : [How to Install Sample Code on STM32CubeMX](https://hackmd.io/@seanwascoding/rJ1pDKMKC)
TOPIC : [How to Install Compiler Version 5 on Keil](https://hackmd.io/@seanwascoding/S1xN7XBt0)
TOPIC : [How to Flash Firmware to a Specific Board via Keil](https://hackmd.io/@seanwascoding/rkGztGYFA)
|Project Name|Frameworks|
|:---:|:---:|
|GPIO|[TBD]()|
|RCC|[TBD]()|
|...|[TBD]()|
---
####