STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

possible cubemx or library bug?

Posted on July 14, 2016 at 01:05Hi,    I generated a project that included ADC2.  Multimode is set to independent.  When I run my project I get an error in MX_ADC2_Init.  When I trace it, the problem is in HAL_ADCEx_MultiModeConfigChannel().  At lin...

STM32CubeMX / C++ - Linkage Error in generated Code

Posted on June 26, 2017 at 11:49Hi,I want to use STM32CubeMX and I would like to program my new project in C++. I am using the latest version of STM32CubeMX (4.21.0) and the latest version of Keil uVision (5.32.0.0).After code generation I have adde...

smrtkai by Senior
  • 1054 Views
  • 3 replies
  • 0 kudos

I setup USB Host using STM32CubeMx. How can I receive data using USB Host and the USBH_CDC_Receive function and the CDC_ProcessReception(phost) ?

Posted on August 21, 2017 at 15:17I have setup the USB Host using the STM32CubeMx and I can transmit data in bulk and it has a state machine.  The USB is attached to the host which is a CDC USB Modem.  The CDC_ProcessReception(phost) does not receiv...

BUG CubeMX 4.20.1 and RTC

Posted on April 13, 2017 at 16:19hi to all, i use a  cubemx 4.20.1 for configure STM32L152RE; when i configure the RTC pin with alarm A  i see a error handler.indeed when the system arrived to LSE configuration i have a HAL_TIMEOUT, can you help me?...

antonioB by Associate II
  • 1196 Views
  • 5 replies
  • 0 kudos

STM32F407 + UDP+LWIP big packet problem

Posted on August 16, 2017 at 00:58Dear Forum,I bring forth a frustration question yet I'm uncertain how to approach it.I have STM32F402, and I can communication over UDP . In cube I reviewed every options but my problem do not solved. If I can sendi...

lorant124 by Associate III
  • 607 Views
  • 1 replies
  • 0 kudos

Resolved! Upgrade of lwIP embedded in STM32CubeMX

Posted on December 14, 2016 at 12:11Hello ST,I'd like to ask if there are plans to upgrade the lwIP embedded (1.5) in the Cube to the recent release 2.0.0Meanwhile, I can assure that upgrading an existing Cube project is possible!If someone is inter...

infor by Associate III
  • 1314 Views
  • 5 replies
  • 0 kudos

EEPROM for Cube MX STM32F301C8

Posted on August 07, 2017 at 09:13Hi,I would like to used EEPROM for STM32F301C8. I am used code belowuint32_t READ_FLASH(uint32_tDataAdr){ return *(int32u *)DataAdr;}void WRITE_FLASH(uint32_tDataAdr, uint32_tData){ erase_pages.PageAddress=DataAdr; ...

Gz by Senior
  • 878 Views
  • 6 replies
  • 0 kudos