I hope that the STM32CubeMX code generation tool can add user-defined keywords to ensure that the user's own added code STM32CubeMX is not deleted when the code is generated.
for example:
“
/* USER CODE BEGIN Includes */
....
/* USER CODE END Includes */
/* USER CODE BEGIN 0 */
...
/* USER CODE END 0 */
�?
I found that these keywords only work for this definition in the generated code, but after I added them in the original location without these keywords,
Will still cover my own code when generating with STM32CubeMX,
I hope to improve these small problems and increase the ease of use of the Cube library.