STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with Linker Script in STM32CubeMX 6.12.1

Important Notice for STM32CubeMX Users Current Release: STM32CubeMX 6.12.1 Purpose: This release primarily addresses issues related to STM32MPUs. Problem: Issues introduced with the generated code for Makefile and CMake projects. Recommendation: For ...

SemerCHERNI_15-1729258098740.png SemerCHERNI_16-1729258098742.png SemerCHERNI_17-1729258098750.png SemerCHERNI_18-1729258098751.png

STM32CubeMX 6.12.1 released (updated)

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

USB CDC won't talk to PuTTY

Background: Quick USB stack test on Nucleo F429 with CubeMX-generated USB CDC stack.Added one line to echo input in CDC_Receive_FS (example here: https://damogranlabs.com/2018/02/stm32-usb-cdc/)Windows 10 PC sees virtual COM7 port (usual ding-****, s...

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
  • 378 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
  • 515 Views
  • 4 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
  • 453 Views
  • 3 replies
  • 0 kudos