STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.11.1 released

STM32CubeMX 6.11.1 was released on st.com as well as an in-tool update patch. Main issues fixed in this patch: Ticket 176645 : STM32CubeMX V6.11.0 has lost the "JTAG (5 pins)" debug mode for all the STM32H7 series but the STM32H7Rx/7Sx microcontrolle...

STM32CubeMX 6.11.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.11.0 is available. What is new in STM32CubeMX V6.11.0? New MCUs series : STM32U0 (STM32U083xx/73xx/31xx), STM32H7RS (STM32H7R7xx/H7R3xx/H7S3xx/H7S7xx) and STM32H5 (STM32H533/H...

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

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
  • 703 Views
  • 10 replies
  • 0 kudos

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