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

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
  • 2536 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
  • 1636 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
  • 4367 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
  • 3345 Views
  • 9 replies
  • 0 kudos