Question
How best to handle managing code projects with /* USER CODE BEGIN/END xxxx */
In some cases I have found that code is needed where there is not a USER CODE section. I've also inherited such code. What is the best way to manage this in a project? If I generate new code from the Mx Cube file I end up overwriting needed code.
Manually comparing files between two folders and making edits is a recipe for disaster. How are others handling this?
BT