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

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

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
  • 1139 Views
  • 6 replies
  • 0 kudos

STM32F767 SRAM problem

Posted on July 28, 2017 at 09:25Hello, i made my own devkits with huge altera and STM32F4/7 micro-controllers.As usual, STM32F479 performing very well, it uses 26b ADR, 32b data lines directly to FPGA.But for some reason code generated by STM32CubeM...

Resolved! CubeMX generates wrong I2S frequency on STM32F401C-Discovery

Posted on August 02, 2017 at 11:42I have a clean slate CubeMX project on a STM32F401C-Discovery board. I have set up the onboard Cirrus audio DAC, and send a hard-coded test signal to it via DMA-driven I2S. I can hear the sound, but it is at wrong f...

0690X00000607mlQAA.png 0690X00000607ptQAA.png 0690X00000607pyQAA.png
kraiskil by Associate III
  • 4087 Views
  • 14 replies
  • 0 kudos

Resolved! Possible HAL F429 UART TX Bug

Posted on July 31, 2017 at 13:36Hi, I am working on my project which requires to send some data over UART.I have F429ZI Nucleo board with a UART2 configured (see uart2_config image). The UART2 has Interrupts enabled so I can use the HAL_UART_Transmi...

dman by Associate II
  • 4167 Views
  • 12 replies
  • 0 kudos

Resolved! CubeMX 32-bit SDRAM with STM32F469IIT

Posted on July 31, 2017 at 23:37I'm using CubeMX with the STM32F469IIT and trying to select 32-bit wide SDRAM using the FMC but the options only show 8 or 16-bit.Is this correct? I can't see anything in the reference manual about the LQFP176 not bei...

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
  • 692 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
  • 592 Views
  • 1 replies
  • 0 kudos