How to remove CubeMX common source files from Keil project for STM32H5
Hi,
I'm creating a Keil project (uVision V5.36.0.0) for a STM32H563ZITx target using the reference https://developer.arm.com/documentation/ka003120/latest/
After choosing STM32CubeMX under Run time Environment settings and generating the gdsc file from CubeMX and pasting it manually where the Keil project requires it to be present, I see that the project now has 'STM32CubeMX:Common Sources' section.

I want to delete main.c from Common sources and use my own source file but I am unable to delete the files under this group. Does anyone know how to resolve this?
