How to stop STM32Cubemx from generating code for specific handlers
I am using Keil MDK to setup a project for STM32 devices. STM32cubemx is integrated into Keil and can be used to generate a skeleton for the project (main.c, stm32XX.c, .h files and stm32CubeMX.ioc, etc).
This is helpful but some of the generated code contain duplicates of some handlers, like "void PendSV_Handler(void)". How do I stop STM32CubeMX from generating these defines?
