I am using the CubeMX to set up my STM32G031K8 board and I was wondering why do I still have some peripherals initialized even though I choose "No" when prompted with the choice to initialize the settings to default.
I was wondering why when I am setting up my board in CubeMX that some of the peripherals are initialized automatically? Like for example the Green LED or T_NRST set up in GPIO?Is there a way to start with nothing initialized? One would think that ch...