STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Error[Lp050] in AWS CubeMX expansion

Posted on September 07, 2017 at 18:31I am trying to compile the CubeMX expansion for AWS, but I get an Error[Lp050]: placement includes both uninitialized sections (example 'ro data section UNINIT_FIXED_LOC in iot_flash_config.o symbols: [lUserConfi...

USB composite device first packet always empty

Posted on November 13, 2017 at 23:41Hi,I am working with STM32F072RB and I am developing composite device. The device consists of 3 different interfaces but only one has in and out endpoints. It's custom HID with input and output report of 64 bytes....

Nix Wayne by Associate III
  • 281 Views
  • 2 replies
  • 0 kudos

Issue with STM32F7 SPI interface

Posted on November 10, 2017 at 08:05I am using the STM32F765BIT micro controller(208 pin package) in our custom board, I am using STM CubeMx generated code. I have selected two SPI (SPI1 & SPI2) interface both are with same configuration. with SPI2 ...

MANISH by Associate II
  • 203 Views
  • 1 replies
  • 0 kudos

Resolved! power consumption calculator for stm32h7

Posted on October 17, 2017 at 22:27Hello,I am trying to estimate power consumption on the stm32h7. The use case i am interested in is sampling 6 channels using ADC3 and transferring the sampled data to memory using BDMA, all this while D1 and D2 dom...

STMCubeMX repository folder

Posted on October 10, 2017 at 23:15I know it's kind of stupid. But I still want to make sure if the repository folder can be changed? Because the capacity of my C is not big enough.#stmcubemx

Resolved! STM32F407G-DISC1 : not listed in STM32CubeMX

Posted on November 02, 2017 at 14:15Hello,I'm new to this exiting world of MCUs.I tried many installs from scratch, did all the available updates I found, but I still can't see my 'STM32F407G-DISC1' in the list of boards in STM32CubeMX.I find 2 'STM...

Resolved! MCU initialization fail while using HSE?

Posted on November 02, 2017 at 18:18I am using NUCLEO-F767ZI board where I observe that when I use the internal clock (HSI), the mcu runs fine, but when I configure the cubeMX project to run on external 8MHz clock (HSE), the mcu fails to run. Follow...

0690X00000608o4QAA.png 0690X00000608ikQAA.png

FLASH_WaitForLastOperation CubeMx error

Posted on January 23, 2017 at 10:02The latest Version of CubeMx (4.19.0) the 'FLASH_WaitForLastOperation' function causes errors if the HAL_GetTick() function is near its rollover point. The cause seems to be 'uint32_t timeout = HAL_GetTick() + Time...