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

bug in stm32cubemx 4.23 makefile generator

Posted on November 19, 2017 at 21:26(I'm sorry if this is the wrong place to report this)STM32CubeMX 4.23 (tested with MacOS High Sierra, Arch Linux x86_64 with x32 binary emulation) is generating spurious entries during Makefile generation (such as...

CubeMX adc rank number bug

Posted on May 30, 2018 at 14:33Hello there,When configuring an ADC periph (STM32L452) the ranks are assigned incorrectly. Cube generates this:sConfig.Rank = 1;sConfig.Rank = 2;// etcInstead of this:sConfig.Rank = ADC_REGULAR_RANK_1;sConfig.Rank = AD...

0690X0000060BS0QAM.png

about STM32CubeMx question

Posted on June 01, 2018 at 05:35STM32CubeMX generate code in keil5 ,when project into debug environment ,why no periphral register window?#stm32cubeprogrammer

ann Qian by Associate
  • 267 Views
  • 1 replies
  • 0 kudos

Resolved! STM32CubxMX software

Posted on June 01, 2018 at 05:43what the advantage and convienient of STM32CubxMX  generate Code in keil5 compare to classic library? Is there some documents for user about STM32CubxMX  generate Code ? The principle of STM32CubxMX  generate Code is ...

ann Qian by Associate
  • 340 Views
  • 1 replies
  • 0 kudos

USB CDC breaks on heavy load

Posted on May 30, 2017 at 19:08Hi,I'm currently evaluating the STM32F072 Discovery. We are tending moving from ATXMega to ARM and I have to verify if the device is fitting our needs, before investing more time in learning a new architecture.I succes...

Klaus U by Associate
  • 1017 Views
  • 3 replies
  • 0 kudos

STM32H743 TIM2 input compare

Posted on May 19, 2018 at 10:48Hi,I can not get the input compare mode working as expected. I need to use TIM2 CH1 as trigger to measure the frequency of external pulses. I have used the methode on a STM32F091 where it works fine.RCC and GPIO are in...

CubeMX install on Mac Sierra

Posted on December 06, 2016 at 09:52I am trying to install CubeMX 4.18.0 on my Mac (Sierra), opening the installer appears to do nothing, if launched via spotlight i get a warning stating unable to open the programm.#cubemx #macos #sierra

FREE_RTOS

Posted on May 24, 2018 at 12:53Hey,I am getting started with FreeRTOS on NUCLEO-FO72RB.i set UART communication using DMA.i would like to writre tu UART from muliple taske using queue with size of 16 items;so i created 3 tasks.- one task1 to receive...