STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Need 3 cost effective USB ports

Currently, my custom PCB with STM32F105RCT6TR based on STM32CubeMX software has a single usb DEVICE port connecting to a display head that must play the role of USB Host. Note I'm also using dual CAN plus 5 analog inputs.Now I need to connect TWO usb...

HForr.1 by Associate II
  • 2467 Views
  • 15 replies
  • 0 kudos

Resolved! Servo not working with STM32F767Zi

I'm trying to control a Servo motor (MG90S) using the STM32F767Zi by leveraging the TIM2 Channel 1 (PA0). The Servo requires a 50Hz frequency (20ms) signal. The APB1 bus gives TIM2 timer port 108MHz frequency. The Servo is powered through a 5V port t...

0693W00000QMbXyQAL.png
VNaid.2 by Associate
  • 1055 Views
  • 1 replies
  • 0 kudos

CMSIS RTOS optional

Why in particular has the CMSIS freertos wrapper been chosen as the only option for the cubeMX ecosystem? Has there been any consideration to add a raw FreeRTOS API option to cubeMX?For an example of what seems iffy, see osThreadNew in cmsis_os2.c w...

_EFrie by Senior
  • 621 Views
  • 0 replies
  • 0 kudos

Is Cubemx ethernet reworked?

Hello friends,I used to use stm32cubemx ethernet with previous versions of cubemx and cubeide. However, the new release wondered me in the way that it didn't generate any code for the ethernet peripheral initialization, by which I mean formerly there...

How to set USE_HAL_***_REGISTER_CALLBACKS from CubeMX

In order to use the HAL's register callback capability, various flags are set for each peripheral in the stm32***_hal_config.h generated by CubeMX such as USE_HAL_FDCAN_REGISTER_CALLBACKS.The issue is that these defines don't look for a prior define ...

ALowe by Associate II
  • 9970 Views
  • 14 replies
  • 14 kudos