Question
Cube MX: how to protect middleware or other code from overwritten if I wish to add peripheral driver
As an example, I have added Segger System View to the FreeRTOS and decided to add (say) SPI HAL driver or modify the system clock from CubeMX from LL driver, how to make Cube MX aware I do not want to overwrite/update the FreeRTOS or similar code blocks?, any suggestion?. The FreeRTOS does not have all the protected domains, especially from the segger patch file.
