2019-11-25 02:18 AM
Using STM32CubeMX, how to generate the code that goes inside the USER CODE BEGIN/END root sections?
Solved! Go to Solution.
2019-11-25 02:24 AM
Hi @Mark81
CubeMX can't generate user code.
The purpose of USER CODE BEGIN/END root sections is too protect the user code you may have written from being lost in case you regenerate with CubeMX
Hope it's clear.
Olivier
2019-11-25 02:24 AM
Hi @Mark81
CubeMX can't generate user code.
The purpose of USER CODE BEGIN/END root sections is too protect the user code you may have written from being lost in case you regenerate with CubeMX
Hope it's clear.
Olivier