STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

Resolved! STM32F4DISC ADC in continous mode

Hi i have configured adc in continuos mode as you can se in MX_ADC1_Init(); but it only reads on first time when goes in the while(1) and never reads new value.void MX_ADC1_Init(void) { ADC_ChannelConfTypeDef sConfig = {0};   /** Configure the gl...

Mku1 by Associate III
  • 548 Views
  • 1 replies
  • 0 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
  • 1464 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...