STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

Resolved! In CubeMX program for the ADC I want 4 ADC channels, but the MX program only lets me enter data for 3. How do I put in data for Rank 1?

I am trying to setup an ADC to read 4 different inputs. TempSensor, VRefint, Channel 0 and Channel 1. When I tell it number of conversions = 4 It lets me Fill in Rank 2, 3, and 4, but not Rank 1. I thought this worked before. I uninstalled the ST IDE...

0693W00000NrGcxQAF.png
KiptonM by Lead
  • 2537 Views
  • 11 replies
  • 0 kudos

Is it possible to configure Software interrupts in QubeMX?

We rely on QubeMX to generate our boilerplate and initialization code as much as possible. Currently we configure a Software interrupt programatically viaHAL_EXTI_SetConfigLine(...); HAL_NVIC_SetPriority(...); HAL_EXTI_RegisterCallback(...); HAL_NVIC...

MGeri.1 by Associate II
  • 1209 Views
  • 3 replies
  • 0 kudos

Is possible add user PHY driver in platform settings?

STM32CubeMX 6.5.0FW_STM32F4_v1.27.0I am using eth chip KSZ8081RNB. I created a BSP component driver for this chip. Is there any way to add this driver to STM32CubeMX so that it appears in the chip selection menu? By the way, in the ethernetif.c file,...

0693W00000NrQiMQAV.png
fialot by Associate II
  • 468 Views
  • 0 replies
  • 1 kudos

How to enable a slave timer but not triggering it.

I`m hoping to have a slave timer enabled but idling and wait to be triggered by a master. The idea is to have the slave to trigger ADC reading for multiple cycles and synchronized with the master:My timer config are shown belowWhen I call functions s...

0693W00000NrMIjQAN.jpg 0693W00000NrMJ8QAN.jpg
Zef.M by Associate
  • 704 Views
  • 1 replies
  • 0 kudos