STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

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

osSignalSet+FreeRTOS Problem

void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim){ /* USER CODE BEGIN Callback 0 */  if (htim->Instance == TIM1) {  osSignalSet(defaultTaskHandle, 0x0001); } /* USER CODE END Callback 0 */ if (htim->Instance == TIM4) {  HAL_IncTick(); } /* ...

km naxin by Associate II
  • 511 Views
  • 1 replies
  • 0 kudos

Resolved! USER CODE block disappeared during upgrade

Auto-genned code in v1.14 had USER CODE blocks in MX_CAN1_Init, but after upgrading to v1.15 they are no longer there.Where should I put my ConfigFilter and ActivateNotification calls now?

PLitt by Associate
  • 702 Views
  • 4 replies
  • 0 kudos

COM Port not appear in my device manager (USB CDC) STM32F446MEY

Hello,I start the development on a STM32F446MEY but I meet a problem on the USB part.I use STM32CubeMX to set my board in device mode (CDC) but when I load the program, it does not appear in my device manager while the initialization proceeds without...

ALips by Associate
  • 326 Views
  • 0 replies
  • 0 kudos

STM32CubeMX won't open project with previous FW package

Receiving this message:"This project has been created with CubeMX version 5.1.0The Firmware Package (STM2Cube FW_F4_V1.24.0) required by the Project is not the latest version available in your STM32CubeMX Repository.You can continue with this Firmwar...

AJbotic by Associate II
  • 696 Views
  • 3 replies
  • 0 kudos