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

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 114 Views
  • 1 replies
  • 3 kudos

Resolved! FSMC: CubeMX Doesn't initialize GPIO

Posted on July 30, 2017 at 11:36Hi everybody,my CubeMX project and the code generated are attached.GPIO is initialized as bellow:static void MX_GPIO_Init(void){  /* GPIO Ports Clock Enable */  __HAL_RCC_GPIOG_CLK_ENABLE();  __HAL_RCC_GPIOE_CLK_ENABL...

rsharifi9 by Associate III
  • 708 Views
  • 2 replies
  • 0 kudos

Resolved! FW.F1.1.6.0 Debug in OpenSTM32

Posted on July 19, 2017 at 16:49Hi. I was running CubeMx4.21.0 and upgrade for 4.22.0This meant an upgrade on the F1 family from 1.4.0 to 1.6.0 (may 2017)have a bootloader configured, so debug should align to 0x8004000 On the new version everything ...

DJC by Senior
  • 630 Views
  • 1 replies
  • 0 kudos

Difference Yellow marker and Red marker in CUBE MX

Posted on July 25, 2017 at 04:35HiWhat is the difference Yellow marker and Red marker in CUBE MX?Can I ignore the Yellow message and use that function?I want to use 6 channel of SDADC, but the Yellow message make me confuse.Is there any problem?i at...

0690X00000607g4QAA.png

STM32F4 with two SDIO

Posted on July 26, 2017 at 05:52I WANT TO KNOW THE STM32F4 SERIES BOARD HAVING TWO SDIO INTERFACES???ANYONE PLEASE SUGGEST ME......https://community.st.com/community/stm32-communityhttps://community.st.com/community/stm32-community/stm32-forumFahren...

Resolved! STM32F030 - Problems with PLL

Posted on July 22, 2017 at 00:59I have been using an STM32F030C6 and configuring it with STM32CubeMX and have had success running the chip using the 8MHz HSI and an external 16MHz crystal. I would like to run at 48MHz but I have not had any luck ena...

0690X00000607dxQAA.png

Set USB Max Power for CDC Device Using STM32CubeMX?

Posted on March 06, 2017 at 01:23I am using an STM32L4 device.  I am making a USB device that uses CDC and have battery charge detection enabled.  I need to request 500mA from the USB port if a standard downstream port is detected.  It appears that ...