STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.15.0 released

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

Stm32Cube - Simulink - MikroC

Posted on October 01, 2015 at 13:22Hello, I'm new here and i've the problem that i don't know how to get the generated code from simulink and CubeMX to my Microcontroller.My Setup:I use mikroC Pro and an EasyMX Prov7 board with STM32V107VCT6Now I go...

Problem with USB Host CDC class

Posted on July 03, 2014 at 12:01Hello,I'm using STM32CubeMX to generate a project for STM32F207 that uses USB Host. The project compiles without problems. I have a custom USB device that uses CDC to send and receive serial data. When the device is a...

BUG: CAN race condition if HAL_CAN_Receive_IT is used

Posted on April 15, 2015 at 22:27 If you use HAL_CAN_Receive_IT for receive and send messages at same time you can get race condition. Typical callback looks like: void HAL_CAN_RxCpltCallback(CAN_HandleTypeDef* CanHandle) { if ((CanHandle...

vromanov by Associate II
  • 1566 Views
  • 6 replies
  • 0 kudos

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
  • 897 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
  • 746 Views
  • 1 replies
  • 0 kudos

need very simple UART RXNE and IDLE interrupt example

Posted on September 08, 2015 at 12:25 Hello, I've used the STD peripheral libraries before and successfully generating interrupts from UART //snippet 1 void USART1_IRQHandler(void){ char chee; if(USART_GetITStatus(USART1, U...

krishna2 by Associate
  • 6040 Views
  • 3 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
  • 1237 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
  • 379 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
  • 818 Views
  • 5 replies
  • 0 kudos