cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX wrong pin label

d239955_stm1
Associate
Posted on June 25, 2014 at 15:47

Hi,

Using STM32F405RGTx, pin 64 is labelled PDR_ON while datasheet contains VDD.

Which one is the correct one ?

Thanks.
2 REPLIES 2
joe
Associate II
Posted on June 25, 2014 at 17:13

I'd go with the datasheet being correct. MX is still in early development stages and still has quite a few bugs. I tried the latest MX4.3_FW1.2.0 and seen the same incorrect label as you.

joe
Associate II
Posted on June 25, 2014 at 17:34

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.