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

stm32f4CubeMx IAR ethernet + lwip project, eth receive problem

Posted on October 11, 2016 at 13:52Hi, I'm creating new project for CubeMx and using freeRtos and lwip. i was able to get eth tx workin(verified in tcpdump) dhcp request with correct mac. I was unable to get ethernet to react on receive -> there is...

teijo by Associate II
  • 722 Views
  • 3 replies
  • 0 kudos

Resolved! STM32CubeMX 4.19.0 LWIP problem

Posted on February 02, 2017 at 11:28New version of STM32CubeMX 4.19.0 is giving the following error. what is the problem with LWIP version 2.0.0?#stm32cubemx-4.19.0-lwip-problem

0690X00000603XIQAY.jpg

STM32CubeMX disables SWD by default for F1

Posted on November 12, 2016 at 23:43I use STM32CubeMX 4.17.0. I create a new project and select any F1. Then, I generate a source code. In function HAL_MspInit() I see following lines:    /**DISABLE: JTAG-DP Disabled and SW-DP Disabled     */  __HAL...

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
  • 971 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
  • 723 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
  • 493 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