STM32CubeMX (MCUs)

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

Setting up USB storage with HAL/CubeMX

Hello:I have used CubeMX to generate base code for a USB storage device in host mode. The last I see of it in the code is the call in main: "MX_USB_OTG_FS_HCD_Init();"Now I would like to take the next big step and try to connect, and write/read. Is t...

Resolved! STM32F730Z8 USB failure with generated code

I just designed a board with the new STM32F730Z8 value line with embedded USB high speed PHY. I'm using a 16MHz external crystal and I am using the default code generated with CubeMX. It fails in the USBD_Init function. Following it through at first ...

bobert by Associate III
  • 766 Views
  • 3 replies
  • 0 kudos

How to configure USB host MSC with CubeMX?

Hello, I use the STM32F767ZI card and I want to use USB OTG host communication. For that I tested the program provided by STM32CubeMX, "FatFs_USBDisk". The program worked well. But when I tried to redo the program using CubeMX. The p...

flor.5506 by Associate II
  • 1849 Views
  • 3 replies
  • 0 kudos

Setting up timers and toggling pins using CubeMx

Dear AllI am trying to use one of the timers on F303RE to toggle a pin at every count-up overflow event (let us say I need a jitter-free pulse). From CubeMx I get the impression that a GPIO pin can be associated with a timer and toggled by the event ...

Amir1 by Associate II
  • 1999 Views
  • 10 replies
  • 0 kudos

How to swap pins in STM32CubeMX v5?

Hi,I have a STM32F042F4Px. I would like to swap PA9/10 to PA11/12, but I'm having a hard time finding the option to do that in STM32CubeMX v5. This option still exists? Regards,Helder

Resolved! STM32CubeMX 5.1.0 RS485 Issue

Hiwith STM32CubeMX 5.1.0 on STM32F746BGTx there is an issue when I enable RS485.Cube doesn't genrate all funtions related to RS485, for example the main inizialization function HAL_RS485Ex_Init is not present in the code generated by Cuce.Attached th...