User Activity

I want my project to ignore the stm32h7xx_it.c file, but CubeMX auto-generates this every time. Is there a way I can ignore certain files from compiling in the extSettings before it generates a uvision/cubeide project?
I want to use the intrinsic floating point absolute value function `__fabs` as noted in the compiler specific features in the armcc documentation.When I build my project using the following settings on STM32CubeIDE: I get an error saying undefined re...