STM32H7 : can I define the same alternate function for 2 different peripherals?
Hello!
I'm working on a STM32H743
I use a USB DEVICE driver (pins PB14 and PB15) : only AF12 is possible
I also use a SD card driver (PC8 ... PC12) : only AF12 is possible
(Alternate function mapping is described in the datasheet https://www.mouser.fr/datasheet/2/389/stm32h743vi-1760857.pdf page 89)
But I did not find this information: is it possible to use the same alternate functions for 2 different peripherals, on 2 different ports?
Thanks a lot for your help!
Jean
