2025-10-06 12:11 AM - edited 2025-10-06 12:12 AM
Solved! Go to Solution.
2025-10-06 1:33 AM - edited 2025-10-06 1:38 AM
@Kaushik1 wrote:Where i can find UCPD_DBDIS option. Can you please know the location of that.
It tells you in the screenshot which @AScha.3 posted:
PS:
@Kaushik1 wrote:I am new to use STM32.
Your starting point should always be the Product Page for the particular STM32 - in this case:
https://www.st.com/en/microcontrollers-microprocessors/stm32h7r7l8.html
As well as the datasheet, you will need the Reference Manual - that's the one which describes the operation of all the peripherals, the registers, etc.
You can find this - and lots of other documents - on the 'Documentation' tab of the Product Page:
https://www.st.com/en/microcontrollers-microprocessors/stm32h7r7l8.html#documentation
2025-10-06 12:34 AM
Some pins have alternative functions, see ds pin description.
So maybe you "found out" this on PMx :
---> disable it : set UCPD_DBDIS
2025-10-06 1:17 AM
Thanks Ascha,
Where i can find UCPD_DBDIS option. Can you please know the location of that.
I am new to use STM32.
2025-10-06 1:33 AM - edited 2025-10-06 1:38 AM
@Kaushik1 wrote:Where i can find UCPD_DBDIS option. Can you please know the location of that.
It tells you in the screenshot which @AScha.3 posted:
PS:
@Kaushik1 wrote:I am new to use STM32.
Your starting point should always be the Product Page for the particular STM32 - in this case:
https://www.st.com/en/microcontrollers-microprocessors/stm32h7r7l8.html
As well as the datasheet, you will need the Reference Manual - that's the one which describes the operation of all the peripherals, the registers, etc.
You can find this - and lots of other documents - on the 'Documentation' tab of the Product Page:
https://www.st.com/en/microcontrollers-microprocessors/stm32h7r7l8.html#documentation
2025-10-06 1:37 AM
Thanks, Yes i see the screenshot, but i am not able find in .IOC file and main.c file.
2025-10-06 1:41 AM
So you mean where to find it in CubeMX ?
2025-10-06 1:45 AM
Yes, I am using STM32CubeIDE Can this be disabled from the .IOC file?
If it’s not possible to do so in the .IOC file, please guide me on where I can find it in the main.c file so I can make the changes correctly.
2025-10-06 1:52 AM
See UCPD1 under 'Connectivity' ?
2025-10-06 2:11 AM
Thanks, i have find it, i enable UCPD1 in a application, Now it is conflict between UCPD1 and GPIO PM1.
PM1 is configured as push button input logic. please guide me.
2025-10-06 2:23 AM
@Kaushik1 wrote:i enable UCPD1
The datasheet extract said you need to disable it?