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.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
  • 843 Views
  • 5 replies
  • 7 kudos

Cant Setup Timer Interrupt with HAL and STM32CubeMX.

Im using an STM32L452RE dev. board. and Im trying to set an interrupt once after some time. I have the following subroutines.#define MICROSECOND_TICK_COUNT 80 //clock = 80 MHZ i.e. 1e-6/(1/80e6)=80 TIM_HandleTypeDef myTimer;   void setupTimer(void){ ...

VChav.19 by Associate II
  • 1958 Views
  • 6 replies
  • 0 kudos

CubeMX - Generated files vs copied files

I'm new to CubeMX and I've read over the documentation a couple of times (speed reading) but can't quite find an answer.My question is what files exactly are generated by the tool and what files are simply copied?Is it the case that all files we find...

Too many ADC interrupt calls added by CubeMX

Hi, I've got some code that uses both ADC1 and ADC3 that I've generated with STM32CubeMX. For both ADCs I want to use interrupts. With this configuration however the CubeMX auto-generated code adds 2 separate calls to the same HAL interrupt handler, ...

DBurr by Senior
  • 1410 Views
  • 6 replies
  • 0 kudos