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

STM32CubeF2 DMA1 configuration generates no code

Posted on January 04, 2018 at 16:14Hi,the USART3_RX & TX DMA1 configuration generates no code.I searched the whole project, there was only code generated for DMA2 (ADC).Im using the STM32CubeF2 1.7.0 library.Is this a bug or am I using the CubeMX so...

0690X00000609LvQAI.png
Alex S by Associate II
  • 383 Views
  • 0 replies
  • 0 kudos

STM32 Nucleo Power measurement and Bootloader

Posted on January 02, 2018 at 08:32Hello I have 2 questions 1) i have STM32 F446RE nucleo64 board and i want to take current measurement how can i do it ?2) Why STM32F4 bootloader does not support xmodem, ymodem or any other standard serial transfer...

n.serina by Associate III
  • 1065 Views
  • 5 replies
  • 0 kudos

How to set up a STM32 touch sense project with CubeMX

Posted on January 30, 2017 at 12:21HiI am trying to setup a new touch sense project and have  question:I configured certain pins as TSC, how do I add the the middleware TSC LIb in CubeMx now? For my Nucleoboard L053R8 CubeMX under middlewares doesnt...

How to setup & use touch sensing with CubeMx

Posted on March 04, 2017 at 03:36hello. I am  luis.Recently I use stm32f051x touch sensing feature that setup touch sensing with CubeMx(the latest ver.).but after test touch sensing, I get touch sensing value only '1'.Searching St community, i have ...

luisfynn by Associate
  • 1985 Views
  • 4 replies
  • 0 kudos

Resolved! CubeMX USB CDC VCP - Transmission problem

Posted on December 13, 2017 at 11:43hello,i am trying to send data to pc over the otg used as a virtual com port. The data is received with a terminal program (HTerm). In order to send data i am using the function CDC_Transmit_FS. For a basic test t...