Files
mr-library/bsp/st/README_EN.md
2024-01-10 17:12:42 +08:00

17 lines
625 B
Markdown

# ST configuration tutorial
[中文](README.md)
Note:
- This BSP only supports the HAL library, and does not currently support standard library or LL library requirements.
- This BSP needs to be used together with CubeMx.
## Create project
Use CubeMx to create a project for the corresponding chip. Enable the required functions (only need to configure pin mapping relationships, no need to set specific parameter values).
Note: Do not enable interrupts, otherwise it will report redefinition errors (the MR framework has taken over interrupts).
## Refer to the README under the repository directory to add mr-library