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

We are pleased to announce that the minor version 6.16.1 of STM32CubeMX is available. What is new in 6.16.1: This release addresses and resolves the issues outlined below: Users of STM32CubeMX version 6.13.0 and later may encounter a HardFault except...

Aimen1 by ST Employee
  • 80 Views
  • 0 replies
  • 1 kudos

STM32CubeMX 6.16.0 released

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 1134 Views
  • 5 replies
  • 7 kudos

Resolved! STM32CubeMX v 6.6.1: ADC & DMA Changes

Hello,I am trying to do this tutorial that I found online for measuring an ADC continuously and displaying the voltage read on an LCD Display:https://www.youtube.com/watch?v=EbWOv_0Lp-UI am not using the same board though. He is using STM32F746G-DISC...

0693W00000UnXACQA3.png 0693W00000UnXBAQA3.png
KMew by Senior III
  • 2834 Views
  • 8 replies
  • 0 kudos

Resolved! STM32F733 startup with a CubeMX project

I'm bringing up a new project using STM32F733, with code generated from CubeMX version 6.6.1, with difficulty. Looking for suggestions.1) When I change the HAL timebase source from the default SysTick to something else, I've tried TIM2 and TIM10, the...

GHolc.1 by Associate III
  • 1783 Views
  • 3 replies
  • 0 kudos

Resolved! [BUG] STM32CubeMX USB Audio Class example not handling USB SET_REQUESTS properly

1) STM32CubeMX Version 4.26.1, STM32Cube V1.0, using firmware package STM32Cube MCU Package for STM32L4 Series 1.12.0 (22 May 2018)2) New Project, STM32L476RE, USB Device, class for FS IP Audio Device class, configure RCC + 3 GPIO's because of how my...

SPI transmit and receive.

Hi All.!!!I am working on STM32F103 and using its 4-wire SPI for communication with slave whose data is 32bit and addr is 16bit.What I am trying to do is to write and read slave but i could not below is the settings that I have done in STM cube MX.Mo...

jtron.1 by Associate III
  • 4633 Views
  • 4 replies
  • 0 kudos

Resolved! How to avoid HAL_Init() when using a timer other than Systick

Hello guys,First of all I want to say that I don't like and don't use HAL library. Use LL_Library instead as long as possible.Now what brings me here is that currently I am manually porting FreeRTOS to an STM32469NI MCU. This force me to use a differ...

migmel by Senior
  • 3622 Views
  • 9 replies
  • 0 kudos