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

Resolved! STM32CubeMX F3 USB bug

When I have enabled USB Device for stm32f3discovery, the usbd_conf.c had this lines (59..63):#if (USE_HAL_PCD_REGISTER_CALLBACKS == 1U) static void PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state); else void HAL_PCDEx_SetConnectionSta...

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
  • 438 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
  • 1111 Views
  • 6 replies
  • 0 kudos