Files
mr-library/bsp/st
2024-01-13 03:12:09 +08:00
..
2024-01-13 03:12:09 +08:00
2024-01-02 00:02:48 +08:00
2024-01-10 17:12:42 +08:00
2024-01-10 17:12:42 +08:00

ST configuration tutorial

中文

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