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

Request STM32cubeMX to work with latest Java

Posted on July 23, 2015 at 09:41Due to security reasons I recently updated to the latest Java 8 Update 51 (Releasedate 14.07.2015) and deleted the old Java version. But now CubeMX (4.9.0) is not starting anymore asking for an old Java 1.7.0_45 I kin...

ramm by Associate II
  • 591 Views
  • 5 replies
  • 0 kudos

STM32F103 HAL UART: TX error, HAL_BUSY (FreeRTOS)

Posted on September 12, 2015 at 00:46Hi All,I'm trying to build an application which can receive commands through UART, and can also send messages.I have created 2 threads using FreeRTOS: one for a continuous RX, and one for a repetitive TX.The RX t...

balazs by Associate II
  • 496 Views
  • 1 replies
  • 0 kudos

STM32CubeMX and HAL Libraries Version (F1 for my case)

Posted on September 02, 2015 at 04:35Hello,I just start using STM32CubeMX three days ago and the product is looking good! I'm playing with a Nucleo Board STM32F103RB and one thing that I noticed is that the HAL Library for F1 version downloaded by C...

kopf by Associate II
  • 819 Views
  • 2 replies
  • 0 kudos

STM32CubeMx Adding own plugin.

Posted on July 24, 2015 at 14:41Hello, I am developing own RTOS for STM32. I see that CubeMX is a very useful tool for generating SW configuration. Is there any possibilty to add my OS to CubeMX configuration? I saw that configuration of IP packages...

slawek by Associate III
  • 221 Views
  • 1 replies
  • 0 kudos

STM32CubeMX 4.9.0 TIM Config Bug?

Posted on August 04, 2015 at 18:20 The generated config code ''MX_TIM3_Init()'' in ''src/tim.c'' for TIM3_PWM_Output on channel 1 and 2 fails in ''HAL_TIM_PWM_ConfigChannel()'' at assert_param(IS_TIM_OCN_POLARITY(sConfig->OCNPolarity)); a...

arohrer9 by Associate II
  • 516 Views
  • 5 replies
  • 0 kudos

STM32CubeMX CAN problem

Posted on August 26, 2015 at 10:08 Hello, I have 2 STM32F042C6 board. My transmitter board's code : static CanTxMsgTypeDef TxMessage; // Static variable declaration static CanRxMsgTypeDef RxMessage; /* CAN init function ...

STM32Cube_FW_F0_V1.2 versus 1.3

Posted on August 19, 2015 at 21:12It is becoming annoying that since ST's inception of a Cortex implementation there have been Standard Peripheral libraries that simply are not standards to rely on.I thought that switching to the HAL libraries would...

rbenesh by Associate II
  • 521 Views
  • 3 replies
  • 0 kudos

erroneous call of free() in usbd_conf.c

Posted on August 12, 2015 at 17:07The STM32CubeMX software generates a USB stack with a call to free() in usbd_conf.c. If you disconnect USB by calling usbd_stop() the software crashes here as there is no free from stdlib or there is no correctly de...

joerg2 by Associate
  • 307 Views
  • 1 replies
  • 0 kudos