2021-07-20 03:59 AM
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.DAC10.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.
2021-07-20 05:50 AM
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.
2021-07-20 08:06 AM
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?