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.15.0 released

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

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
  • 501 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
  • 764 Views
  • 1 replies
  • 0 kudos

Where is the rank N°1 settings? (ADC / STM32L151RETx)

I try to set, using last version STM32CubeIDE, the ADC to get 8 analog inputs, using DMA, with permanent conversion.I doesn't see anymore the rank 1 ? (see picture)When I start HAL_ADC_Start_DMA, i have only the AN0 value, and only 8 bits (I set12bit...

0693W00000NqKIzQAN.jpg
lclor by Associate III
  • 1710 Views
  • 5 replies
  • 0 kudos

[Cube OTG USB] [Minor issue]incorrectly @param description on HAL_StatusTypeDef USB_FlushTxFifo(USB_OTG_GlobalTypeDef *USBx, uint32_t num)

The original param description: * @param num FIFO number *    This parameter can be a value from 1 to 15      15 means Flush all Tx FIFOsAccording to stm32h7 reference manual, it should be: * @param num FIFO number *    This parameter can be a value ...