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

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
  • 1292 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
  • 878 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
  • 2311 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
  • 394 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
  • 504 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...

How assert_param macro work

Posted on May 29, 2016 at 09:50 Hi, I m using cubemx for stacks. In files i foundassert_param is used for parameter checking. I don't understand how it is work. Here is syntax and use of that. #define assert_param(expr) ((voi...

SS.Sagar by Associate III
  • 2225 Views
  • 1 replies
  • 1 kudos

Regenerating code in CubeMX results in error

Posted on May 24, 2016 at 14:20I have a problem regarding CubeMX: the first time I generate the code, it works fine; but everytime I regenerate code and I open the project, an error occurs:cannot find entry symbol Reset_Handler; defaulting to 080000...

anio1491 by Associate II
  • 292 Views
  • 2 replies
  • 0 kudos

STM32F072RB nucleo: CAN_handle issue

Posted on May 19, 2016 at 00:35I'm working with a STM32F072RB, a Nucleo64 series board.I'm developing CAN communication and I've some issue during the initialization of the ''CAN handle''. I use CUBE MX and stm32cubef0 libraries for the initializati...