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

CubeMX bug report: non-portable paths in .GPDSC files

Posted on August 02, 2016 at 18:11I'm using 4.16 on macOS, and noticed the .pdsc file is generated with non-portable, backslash windows path:      <files>        <file category=''header'' name=''\Users\ilg\STM32\STM32Cube\Repository\\STM32Cube_FW_F4...

CubeMX's UART can not receive and transmit at the same time

Posted on May 04, 2017 at 08:47CubeMX V1.12.0I write below code to receive one bye and one bye:HAL_UART_Receive_IT(&huart1, (T_U8*)&g_uart_receive_byte, 1);void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart){ if(huart == &huart1) { //get the byt...

hgyxbll by Associate II
  • 919 Views
  • 2 replies
  • 0 kudos

STM32F303CCT6 - STM32CubeF3.1.2.0

Posted on September 04, 2015 at 15:00Hello,I'm having problems initializing the CAN peripheral, using generated code by Cube.APB1 Peripheral clock is 32MHz (XTAL16*PLL4*0.5PRESC).The device cannot get INAK cleared after clearing INRQ.Pins seem to be...

George.P by Associate III
  • 668 Views
  • 2 replies
  • 0 kudos

Bug STM32CubeMX v 4.20.1 and RTC

Posted on May 03, 2017 at 16:30Hi to all i use STM32CubeMX to configure STM32NucleOL152RE and i use IAR,  in old version all work well,now i create easy  program for toggel led every tree minutes, but don't work.i see the system don't configure  the...

antonioB by Associate II
  • 452 Views
  • 0 replies
  • 0 kudos

STM32CubeMX SDADC Configuration

Posted on December 15, 2016 at 15:31I'm using using STM32cubeMX to generate the init code for an STM32373C-EVAL board and have found this problem setting up the SDADC (see picture).Basically, I can't set 'Configuration index' to anything other than ...

0690X00000605sHQAQ.png

Install firmware package from local zip file

Posted on April 19, 2017 at 14:42Hi All,How can I install a new firmware package to stm32CubeMX. I tried to install X-NUCLEO-IDW01M1 which is a wifi driver firmware package. I downloaded the file (en.x-cube-wifi1_firmware.zip) and I tried to install...

zamek42 by Associate II
  • 2031 Views
  • 4 replies
  • 0 kudos

Standard Peripheral Library vs STM32CubeMX(HAL) library

Posted on April 29, 2017 at 17:30As title, what is different betweem stm32f10x-standard-library& # library. Shall we makeSTM32CubeMX to usestandard peripheral library?If possible, please let me know how to do detail.Also, what is different of stm32...

L C by Associate II
  • 2796 Views
  • 7 replies
  • 0 kudos

Resolved! CubeMX v4.20.0 bug in clock configuration?

Posted on March 22, 2017 at 23:04When I generate code for STM32L151CBTx (FW v1.6.0) using CubeMX it enables MCI clock (RCC_ORCILLATORTYPE_MSI) in SystemClock_Config even if only HSI is enabled in the CubeMX clock configuration UI. Similar problem do...