cancel
Showing results for 
Search instead for 
Did you mean: 

Peripherals initialization issue in stm32cubemx

MDeva.1
Associate II

Hello,

I am working on the stm32h745zitx controller. My requirement is as follows:

1.USB_HS

2.USB_FS

3.Booting USART ,I2c

4.JTAG ,SWD

5.Total 6 spi=SPI 1-2-3 configure as Receiver only master at 75MHz, SPI 4-5 as Receive only master 50 MHz and SPI 6 as receiver only slave

6.10 ADC

7.3 timer

8.14 NSS external software pin

9.DAC0693W00000D06FEQAZ.png0693W00000D06EpQAJ.png10.OPAM

According number this are my priorities but when I initialize the peripherals on peripherals yellow sign is shows. I want to ask that the what is yellow sign means? And the peripherals that I initialized are properly get initialized I am attaching the my the project file please tell me that initialized its properly.

2 REPLIES 2
TDK
Guru

A yellow warning means the current initialization is fine, but some pins are in use which can restrict future choices. Hover over the icon to see the error message.

You can ignore yellow warnings.

If you feel a post has answered your question, please click "Accept as Solution".

how to know restricted use of pins? which pins cant be used out of them mux functionality? Can we assign pin functionality manually to get adcs?

please can you check the file project that i attached ,Can you please tell me that the project that I make its correct or some issue in that?