User Activity

We have to make minimal changes to parts of the HAL code, which would be overwritten by code generation.Is there a recommended way to implement such changes, such that they don't get reverted by generation?The two ways I can think of both have their ...
In our workflow around the code generation and building firmware using STM32CubeIDE, we have certain manual steps after code generation.Is there a place to hook in a script to be run after code generation completes? Similar to the "Build Steps" which...