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

Bug with STM32L476 PLL source?

Posted on September 25, 2017 at 03:42Hi All,I have been experimenting with my http://www.st.com/en/evaluation-tools/nucleo-l476rg.htmlI have generated some code with CubeMX for SW4STM32 and I am getting some problems with the code, ending up in an E...

Coratron by Associate II
  • 519 Views
  • 2 replies
  • 0 kudos

Files missing from GPDSC project file

Posted on September 24, 2017 at 21:48I have generated a project using the GPDSC format for STM32L151CC MCU and there are several 'LL' driver files missing from that output file. For example 'stm32l1xx_ll_gpio.c.'In the configuration for the peripher...

MX_TIM2_Init() hangs debugging

Posted on September 18, 2017 at 13:25 Hi, I use Stm32CubeMX v4. It creates the code for TIM2, TIM3 and TIM8 (STM32F103VCT, custom board). All timers have 'Clock Source == Internal Clock' and 4 channels configured to 'Input Capture direct mode'. W...

Boris Hoz by Associate II
  • 2490 Views
  • 8 replies
  • 0 kudos

Cube MX missed or incomplete FATFS support

Posted on August 11, 2017 at 18:39Hi Everyone, recently I am trying uSdCard FATFS library configured and generated from cubemx tool(v4.22.0),Only when I enable _USE_LFN parameter which is for long file name support I received compilation errors, Bel...

Resolved! STM32CubeMX USB control request

Posted on September 11, 2017 at 21:16 Hi there, I am using STM32CubeMX to develop a USB HID touchscreen with the STM32F103C8T6 MCU. In the HID descriptor, I must report the following feature to support multi-touch: 0x85, REPORTID_MAX_CO...

Ted NIVAN by Associate II
  • 1446 Views
  • 4 replies
  • 0 kudos

Resolved! [CubeMX regression]Failed to generate code with 4.22.1

Posted on September 13, 2017 at 08:46The new CubeMX 4.22.1 fails to generate code (and hangs on generation) for a STM32 workbench project which has been successfully generated with the previous versions.Here is the command line output from the probl...

I can not get atr by using of st's code

Posted on September 12, 2017 at 14:11Hi, I am new to stm and I have STM32L053R8 - NUCLEO, I have to make a smartcard project with this.I am using prepared code by given ST Firm and a smartcard. When I debug the code , it stucks. the code of smartcar...