2019-03-09 05:34 AM
Dear All
CubeMX (Clive, I know you do not encourage relying on it, but please bear with me for a while) adds many c and h files to a project. Is the programmer allowed to modify any of such c files other than the main.c? For example, I see a void SySTick_Handler(void) function definition in the file stm32f3xx_it.c which calls HAL_IncTick(). Can I also include a toggle pin function after the Hal_IncTick function in that or other c file, or would something like this compromise the libraries and other projects? What are the rules for such modifications?
Amir