STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.1 released

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

Resolved! STM32L552 USB CDC not working with HAL V. 1.4.0. /Cube 6.3.0

We created a new project with STM32L552 using STM3CubeMX V. 6.3.0 and HAL Version 1.4.0. We activated Middleware USB CDC and used the identical software add-ons as in the last project for the same processor. The last project was done using HAL V. 1.2...

GS1 by Senior III
  • 553 Views
  • 3 replies
  • 0 kudos

Setting TIMER_TASK_PRIORITY with help of a macro

Hello @Khouloud ZEMMELI​ ,I have request with regards to TIMER_TASK_PRIORITY setting available under FreeRTOS -> Configuration Peripherals (with CMCIS V2 in use, which will set / Enable USE_TIMERS).I believe it is not a good practice to use a constan...

Resolved! STM32H7 CubeMX critical codegeneration bug (RCC+LL)

Bug:CubeMX codegeneration for the RCC (clock module) may lead to hardfault during clock initialization.I have a minimal example IOC (attached).This faults during RCC initialization (in SystemClock_Config), after LL_RCC_SetSysClkSource(LL_RCC_SYS_CLKS...

STM32F4 CubeMX codegeneration bug (RCC+LL)

STM CubeIDE 1.6.1STM32F411FW_F4 V1.26.1Driver LLNo string added when initializing date "RTC_DateStruct.Day = xx;"Details:https://github.com/STMicroelectronics/STM32CubeF4/issues/74#issuecomment-893317794

AAmik.1 by Associate
  • 315 Views
  • 1 replies
  • 0 kudos

I am resuming electronics as a hobby after a significant hiatus. STM32Cube, MX and IDE are both fine. But the programmer is continually crashing. I am on linux and have replaced the OpenJDK by the Oracle JDK, no easy task for me either !

$java -versionava version "16.0.2" 2021-07-20Java(TM) SE Runtime Environment (build 16.0.2+7-67)Java HotSpot(TM) 64-Bit Server VM (build 16.0.2+7-67, mixed mode, sharing)When I try to connect from a windows machine, all is good. But from linux when ...