STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.11.1 released

STM32CubeMX 6.11.1 was released on st.com as well as an in-tool update patch. Main issues fixed in this patch: Ticket 176645 : STM32CubeMX V6.11.0 has lost the "JTAG (5 pins)" debug mode for all the STM32H7 series but the STM32H7Rx/7Sx microcontrolle...

STM32CubeMX 6.11.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.11.0 is available. What is new in STM32CubeMX V6.11.0? New MCUs series : STM32U0 (STM32U083xx/73xx/31xx), STM32H7RS (STM32H7R7xx/H7R3xx/H7S3xx/H7S7xx) and STM32H5 (STM32H533/H...

BUG: The __HAL_LOCK(x) macro needs a lock.

I can only imagine that __HAL_LOCK(x) is designed to make access to the HAL drivers thread safe. However, since the lock itself is not thread safe, the driver it's trying to protect is not thread safe either.I've spent a day trying to work out how t...

DOsbo by Senior
  • 425 Views
  • 1 replies
  • 0 kudos

Resolved! Setting VREF voltage in CubeMX not working for STM32G4

I'd like to report 2 bugs/errors in CubeMx and the documentation in the stm32g4xx LL driver file:Setting the "Internal Voltage reference scale" in the "SYS" menu of CubeMX to SCALE2 (2.9V), won't take effect and the selected value always falls back t...

MScho.1 by Associate III
  • 474 Views
  • 6 replies
  • 0 kudos

STM32CubeMX: generate buggy SystemClock_Config() ?

Using STM32Cube MX 5.5.0 and STM32Cube FW_H7 V1.6.0 I observed two curious things1) When I use LL drivers to generate a project, the function SystemClock_Config() contains:/* Intermediate AHB prescaler 2 when target frequency clock is higher than 80...

Ethernet failed over RTOS on Board NucleoF767ZI

Hi All, I have a problem on Ethernet connection while using RTOS, I tried to figure it out but no positive result. Everything is fine (Ethernet is working) until I use RTOS. I tried to find the solution in CubeMX example package, and this article htt...