2025-03-06 12:03 PM
Hello,
I am working on a project for the STM32F3348-DISCO board using STM32 IDE 1.18.0.
I have created a new project with the following settings:
- Target Reference: STM32F3348-DISCO
- Firmware Package Name and Version: STM32Cube FW_F3 v1.11.5
- Initialize all peripherals with their default Mode ? Yes
STM32CubeMX shows there are multiple conflicts with the default configuration.
Do you have any suggestions on how to resolve these issues?
2025-03-06 12:54 PM
Hover over the things to see why they are red or have the exclamation point. They typically indicate a peripheral cannot be enabled due to a pin already in use, but they do not indicate an error or something that needs addressed.
I don't see any conflicts here.
2025-03-06 1:00 PM
Hello @Sati and welcome to the St Community.
To have all pins available you need to click pinout and clear the current pinout configuration. On a discovery board, some of the pins are directly mapped to a led, a button,… so, if you set it to the default configuration, some pins will be set for led, push button,…what will create conflict with other peripherals that use the same pins.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.