STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

Resolved! STM32H7 LWIP Code generation bug

Hi,there is probably small bug when generating project STM32CubeIDE using LwIP stack. In file LWIP/App/lwip.c, there is duplicate user code section 4_3. This is present twice (on lines 113 and 151):/* USER CODE BEGIN 4_3 */ /* USER CODE END 4_3 */Fir...

0693W00000D2XyUQAV.png 0693W00000D2XyoQAF.png

CubeMX 6.2.1 RC2 latest User constants error

I use user constants in projects entered in CubeMX window. I found two isues with latest MX.When i open ioc file in CubeIDE firstly after open IDE , then i see user constants OK, but when i move in some settings or close generate and reopen, my const...

MM..1 by Chief III
  • 694 Views
  • 6 replies
  • 0 kudos

BUG: STM32CubeMX Task Stack Size, words Vs bytes.

The GUI interface for defining FreeRTOS tasks dictates that stack size is specified in words. That generates a call to CMSIS V2's osThreadNew() which requires attributes.stack_size to be specified in bytes. (The CMSIS layer then divides that by 4 to ...

0690X00000BxopVQAR.png

STM32CubeMX into stm32CubeIDE is very slow work!!!

hi :grinning_face: i tested several version of stm32CubeIDE for this,cubeMX inside stm32CubeIDE, is very slow working(exp: change pin name)but standalone stm32CubeMX, is normal work.Is there a solution to this? :\ #stm32CubeIDE #stm32CubeMX #stm32Cu...

kshin.111 by Associate III
  • 2264 Views
  • 8 replies
  • 0 kudos

I2C2 doesn't work

Hello, I am working with a custom board, using STM32F105VC. The board has some LED drivers, which they use I2C1 and I2C2. I2C1 works fine but I2C2 doesn't work. Configuration for both I2C are the same.  hi2c2.Instance = I2C2; hi2c2.Init.ClockSpeed = ...

NASI by Senior
  • 641 Views
  • 2 replies
  • 0 kudos