cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX shows conflicts for STM32F3348-DISCO

Sati
Visitor

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.

Sati_0-1741290299579.png

 

Do you have any suggestions on how to resolve these issues?

2 REPLIES 2
TDK
Guru

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.

If you feel a post has answered your question, please click "Accept as Solution".
STTwo-32
ST Employee

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.