2014-06-25 06:47 AM
Hi,
Using STM32F405RGTx, pin 64 is labelled PDR_ON while datasheet contains VDD.Which one is the correct one ?Thanks.2014-06-25 08:13 AM
2014-06-25 08:34 AM
I don't think this will have any adverse effects:
Edit file ''C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeMX\db\mcu\STM32F405RGTx.xml''replace:<Pin Name=''PDR_ON'' Position=''64'' Type=''Reset''/>with<Pin Name=''VDD'' Position=''64'' Type=''Power''/> You may have to open your text editor as administrator as it won't let you save the file otherwise ( Win8 ).I tested the fix and pin label is now correct.