STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

The CubeMX/CubeIDE login issue is resolved

Hello CubeMX/CubeIDE users.  From the time period of May 14 to May 17, 2024, some users have faced issues when connecting to the ST network while using CubeMX or CubeIDE.Some examples were issues downloading firmware packages using STM32CubeMX and ST...

STM32CubeMX 6.11.1 released

STM32CubeMX 6.11.1 was released on st.com as well as an in-tool update patch. Main issues fixed in this patch: Ticket 176645 : STM32CubeMX V6.11.0 has lost the "JTAG (5 pins)" debug mode for all the STM32H7 series but the STM32H7Rx/7Sx microcontrolle...

STM32CubeMX 6.11.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.11.0 is available. What is new in STM32CubeMX V6.11.0? New MCUs series : STM32U0 (STM32U083xx/73xx/31xx), STM32H7RS (STM32H7R7xx/H7R3xx/H7S3xx/H7S7xx) and STM32H5 (STM32H533/H...

CubeMX - STM32F3

Posted on September 17, 2014 at 09:00At the moment it seems that Cube for STM32F3  prepares only the gpio files and calls MX_GPIO_Init in main, unless I'm doing something terribly wrong.Are there plans to generate peripheral support libraries and Fr...

George.P by Associate III
  • 164 Views
  • 2 replies
  • 0 kudos

Generating code for Eclipse - STMCube

Posted on September 23, 2014 at 11:46After installing the STM32Cube plugin for eclipse. I would like to know how do we generate the C code for the eclipse platform.  from (STMCube) PROJECT-Generate C Code - in the tool chan/ IDE we dont have eclipse...

zaid by Associate
  • 263 Views
  • 3 replies
  • 0 kudos

SPI NSSPMode in F3Cube

Posted on July 31, 2014 at 14:11I'm using hardware controlled NSS in STM32F3. To have it enabled I need to set   hspi3.Init.NSSPMode = SPI_NSS_PULSE_ENABLED; in the initialization routine. Since there is  no option in Cube to set this the line get ...

USART doesn't work Please help me

Posted on August 31, 2014 at 23:29 Hi Everyone im new around here. I own a Discovery kit for STM32F407/417and I have a problem getting the usart to work, ive used STM32CubeMX to genarate all the initialization files along with FreeRTOS (w...

yaghiyah by Associate II
  • 584 Views
  • 9 replies
  • 0 kudos

USB MSC with STM32Cube

Posted on September 02, 2014 at 11:22I'm using STM32Cube to generate simple USB MSC project. I'm using STM32F417VG.So I'm selecting USB_OTG_FS - Device_only and USB_DEVICE - Class For FS IP - Mass Storage Class. Then I'm generating source code, comp...

*** STMCube is NOT ready for prime time! ??? ***

Posted on August 08, 2014 at 08:45I see a lot of talk about STMCube on here, and I am sure its exciting for ST to be developing this new product. But, this is NOT ready for professional level embedded engineers that need to ship products that work. ...

ceo by Associate
  • 478 Views
  • 7 replies
  • 0 kudos

STMCubeMX locks up on NAND FSMC generation

Posted on August 23, 2014 at 01:14I am trying to configure a new project in STMCubeMX which will utilize the FSMC Nand module. I have several other peripherals obviously and the code generation works fine until I enable the NAND module. I can enable...