Configuration of communication peripherals ( USB, USART ) from the M4 side of the STM32MP1 processors
Are there any resources that show how to configure the communication peripherals ( USB,. USART) when using the STM32MP1 based parts. I tried to configure a USART and USB peripheral, but STMCube generates a dialog that indicates that this peripheral must be configured by hand. I checked in the examples under STM32CubeMP1 repo and in the UART exampless, it looks like the UART pins are not configured ( looks like MX_GPIO_Init just enables the clocks ).
I would like to use the USART and USB peripherals from the M4 side on this processor
