Skip to main content
H. K.
Visitor II
April 12, 2018
Solved

STM32CubeMX 4.25 wrong pin labels / positions STM32L433RCTx

  • April 12, 2018
  • 1 reply
  • 1554 views
Posted on April 12, 2018 at 11:26

Hi guys.

I'm working on a STM32L433RCTP based project with STM32CubeMX.

It's probably not the best idea to use CubeMX as a reference, if you have the datasheet / ref manual....

It took some hours for me to figure out, why there are some pins not responding to what I've done with them. Here is the reason: I located the pins by looking at the CubeMX drawing. But in STM32CubeMX there are some pins wrong.

I took two screenshots. On the right side, there is a screenshot from the datasheet and on the left side you can see a screenshot from CubeMX. The CubeMX screenshot is overlayed by the pin names, extracted from the datasheet screener. So you can compare the pins in CubeMX with the pins in the datasheet.

As you can see, the pins in the red boxes doesn't match with the ones from the datasheet.

0690X0000060AZAQA2.png

However, the generated code and the pin functionality seems to be working.

I wonder if this is an issue for other controllers, too.

#pin-mapping #stm32cubemx-4.25.0 #stm32l433rctx #pin-labels #stme32-cube
This topic has been closed for replies.
Best answer by Hector Fernandez
Posted on April 12, 2018 at 12:37

It is not a STM32CubeMx problem.

You chose the wrong device in 

STM32CubeMx. There are 2 different devices with reference 'STM32L433RC': STM32L433RCTx and STM32L433RCTxP. Acording to your post, you are using the 

STM32L433RCTP reference. But you screenshot shows me you selected STM32L433RCTx option in the STM32CubeMx software.

1 reply

Hector Fernandez
Associate II
April 12, 2018
Posted on April 12, 2018 at 12:37

It is not a STM32CubeMx problem.

You chose the wrong device in 

STM32CubeMx. There are 2 different devices with reference 'STM32L433RC': STM32L433RCTx and STM32L433RCTxP. Acording to your post, you are using the 

STM32L433RCTP reference. But you screenshot shows me you selected STM32L433RCTx option in the STM32CubeMx software.