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

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

Resolved! CubeMX - failure to install en.stm32cubel4.zip

Posted on December 08, 2017 at 21:56After CubeMX griped that my software was too old, I tried to upgrade from the New Libraries Manager, but there was an error downloading the file. I fetched the file manually, then tried installing using the New Li...

CubeMX -Uart interrupt work one time

Posted on December 10, 2017 at 11:16Hii'm config evboar  nucleo with CubeMX  the send  data work fine but  recive data with HAL_UART_RxCpltCallbacki's work one time and second time is stuck in  loop anddon't reach to HAL_UART_IRQHandler(&huart1) aga...