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! USB CDC not working with STM32CubeMX5.2.1 and stm32l151

I would like to migrate an older projekt based on stm32l151.I created a new config with STM32CubeMX5.2.1 with firmware package STM32Cube FW_L1 V1.9.0. I used USB CDC to create a virtual COM. But I don't get any device listed on my Host PC.I compared ...

Tulan by Associate
  • 743 Views
  • 1 replies
  • 0 kudos

STM32F4 CAN Rx Interrupt not servicing

void HAL_CAN_MspInit(CAN_HandleTypeDef* hcan) { GPIO_InitTypeDef GPIO_InitStruct = {0}; if(hcan->Instance==CAN1) { /* USER CODE BEGIN CAN1_MspInit 0 */   /* USER CODE END CAN1_MspInit 0 */ /* Peripheral clock enable */ __HAL_RCC_CAN...

RPann by Associate
  • 653 Views
  • 1 replies
  • 0 kudos