STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

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
  • 426 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
  • 665 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
  • 1658 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
  • 1392 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...