Welcome to the STM32 Community :smiling_face_with_smiling_eyes:.
I advise you to review the features of the list of peripherals available on your relevant part number, in the STM32H747xx datasheet, precisely in the "Table 1. STM32H747xI/G features and peripheral counts":
Imen
In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
Thank you for the reply. From the table we can get number of channels adopted for each peripherals. But I wanted to now whether there will be any conflict on pins while developing application.
In principle, this is supported. Poor pin multiplexing, low pincount packages and other constraints may defeat this target. Carefully plan your pinout, e.g. with Cube to not fall into some pitfall.
Thank you for the reply. Practically taking into consideration everything, I do feel that it requires correct planning on pinout to match requirement (so that no peripheral pins gets conflict).