STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

STM32L412CBT6 vs STM32L412CBT6P - What is the difference?

Hi,I have the STM32L412CBT6 in a product and now discover that it is going obsolete.There is a STM32L412CBT6P version (Note the P at the end) that is available from the usual suppliers.What is the difference between these two parts?When looking at th...

NW27 by Associate III
  • 712 Views
  • 8 replies
  • 0 kudos

Hey everybody, is it possible to convert code for the STM32F103C8T6 so it works on the NUCLEO F446RE? Or can I just use the same code and use in STM32CubeMX?

I'm trying to do a Project with the MAX30102. I can read out the raw data of the sensor but I am unable to understand the algorithm to calculate the Heartrate and SPO2 out of the raw data. The only examples I can find are for Arduino Boards but that'...

FEnis.1 by Associate
  • 1277 Views
  • 2 replies
  • 0 kudos

RTC wakeup with CubeMX generated code does not work.

I have setup RTC wakeup functionality and generated code with CubeMX.The code does not work straight away, because imr1's mr20 in EXTI IMR1 register was not unmasked. I suppose this is a bug and should be handle by STM. It took some time to figure th...

SAkhi.951 by Associate III
  • 286 Views
  • 2 replies
  • 0 kudos

I'm using stm32f407VET6 to work with ethernet using KSZ8895 ethernet switch. To generate the basic MII configuration I'm using STM32 cubeMX. While doing the Ping test I am getting the error 'Destination Host unreachable'.

 There is any issue while generating ethernet code using  STM32 cubeMX. The tool chain I am using is TrueStudio. Please help. lwip initialization code is below.void MX_LWIP_Init(void){IP_ADDRESS[0] = 192; IP_ADDRESS[1] = 168; IP_ADDRESS[2] = 100; I...

RJOY.1 by Associate III
  • 353 Views
  • 0 replies
  • 0 kudos

SDIO 1 bit mode + FATFS not working with STM32L433RCT6

Hello Everyone, I am trying to run SDIO 1 bit mode with FATFS on a custom board but facing some issues.1)     CUBEMX Version -> 6.1.22)     API_VERSION -> STM32Cube_FW_L4_V1.16.0 3)     IDE STM32CubeIDE4) Schematic of SD card connection is attach...

pvish.13 by Associate
  • 389 Views
  • 0 replies
  • 0 kudos