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

Auto detect budrate serial

Posted on June 28, 2016 at 11:48Hello,I have a STM32L031K6 and I want some auomatiser my reception function is adding automatic detection of transmission speed (baud rate) how I can do. thank you very much

ibrahim by Associate II
  • 420 Views
  • 11 replies
  • 0 kudos

STM32F4 Discovery Filter configration

Posted on June 30, 2016 at 20:53Hello,   can any one please provide me with CAN Filter configuration of  'FilterIdHigh', ''FilterIdLow', 'FilterMaskIdHigh', 'FilterMaskIdLow', 'BankNumber' of STM32F4 Discovery board. i want to receive any frame on C...

ninad911 by Associate III
  • 159 Views
  • 1 replies
  • 0 kudos

Problems with pow() function in CubeMX project

Posted on June 20, 2016 at 08:59 Hello, I have wrote program to read data from ms5611 barometer for my F0Discovery board and i have two problems with it. First I need to convert pressure read by uC into alitude. To read real alti...

starcu93 by Associate
  • 579 Views
  • 1 replies
  • 0 kudos

UART STM32L0, Parity bit implementation

Posted on June 24, 2016 at 09:22 Hello, I am setting up communication via USART2 Asynchronous to receive my data. Configuration for receive the data is 9600/7bit/1-bit stop/Parity Even/Mode Rx/Tx. The implementation works fine when no parity is...

0690X00000605bQQAQ.png
ibrahim by Associate II
  • 297 Views
  • 4 replies
  • 0 kudos

[SOLVED]Cannot download STM32CubeMX from the ST website

Posted on June 18, 2016 at 11:21HiI have previously worked with STM32CubeMX and I remember downloading it was easy. But now when I go to the website I go to the GET SOFTWARE section and there is no way of downloading it. I reinstalled my OS and I ne...

0690X00000604v0QAA.png
petoknm by Associate II
  • 1036 Views
  • 2 replies
  • 0 kudos

STM32L1xx ADC Self-Calibration

Posted on June 17, 2016 at 21:50Document AN2834 suggests that the STM32L1xx supports a self-calibration routine, which I would have assumed was documented in one of the reference manuals. I have had no luck finding any such reference in the manuals,...

CubeMX v4.15.0 BUG Clocks not enabled

Posted on May 30, 2016 at 21:28Hello again, yesterday I updated to the newest version of CubeMX (v4.15.0) and since then in my project the clocks for the SDMMC and the STM32F746ZGT are disabled. In the pinout I selected the 4-Bit wide mode but the c...

dennis23 by Associate II
  • 148 Views
  • 2 replies
  • 0 kudos

DMA configuration for UART Rx

Posted on June 13, 2016 at 18:57Hi,I m using nucleo board STM32F103 and Keil Compiler.I have configured UART and DMA(for UART Rx) using CubeMX. But, While starting DMA using HAL_DMA_Start_IT function i m confused. following is the prototype of the f...

SS.Sagar by Associate III
  • 214 Views
  • 4 replies
  • 0 kudos

BUG in STM32CubeMX struct initialization

Posted on June 10, 2016 at 11:39 Hello, I noticed that the STM32CubeMx doesn't generate default struct initialization in the code. This doesn't usually raise an error because all fields are tipically initialized, but sometimes this doesn...