I want To do Bare Metal Programming on STM32 using STM32CubeIDE.
have (STM32WB55 and STM32F103).
what all header files and source files are required to use peripheral registers and make own Device driver. For E.g: in AVR 8 bit MCU for doing bare metal we simply have to add iom328.h or iom2560.h header file that will include all the peripheral registers of the MCU and we can easily make LL.
Same way out what are the Header files required for doing it with STM32
CMSIS: is like Initialize our processor and includes its registers.
So what all header files to be included for programming STM32F103 and STM32WB55