STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

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
  • 1286 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
  • 762 Views
  • 6 replies
  • 0 kudos