STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Cubemx sdcard problem

Posted on August 31, 2016 at 13:12I am creating a project using Nucleo F401RE and cubemx and visualgdb. I've got a problem where there seems to be a clash between eeprom on spi and a 4bit sdio sdcard. I've got them working independently and together...

STM32CubeMX NAND STM32F2

Posted on June 21, 2016 at 17:51 Hello, I would report a strange issue in generating the low level driver for NAND. In particular there is a problem in function HAL_NAND_Address_Inc located in stm32f2xx_hal_nand.c: uint32_t ...

Bug Report: CubeMX 4.16 and IAR

Posted on August 10, 2016 at 11:08Hi to all, i use cubeMX and  stm32F401re, all work weel but tree days ago i update the libraries for STM32F4 family, lather this update i create a simple project with cubemx, when i compile whit IAR  i have this er...

antonioB by Associate II
  • 209 Views
  • 2 replies
  • 0 kudos

Cube MX and Flash

Posted on August 11, 2016 at 08:17Hey,i'm using CubeMX to generate code. In one of the examples is an EEPROM emulation (STM32Cube_FW_F1_V1.4.0\Projects\STM32F103RB-Nucleo\Applications\EEPROM\EEPROM_Emulation) which I want to use. My Problem is that ...

tekampe by Associate II
  • 270 Views
  • 1 replies
  • 0 kudos

STM32F051K6T6 hardfault with HAL and SPI

Posted on August 03, 2016 at 15:18 Hello, I've got a project build on custom PCB around STM32F051K6T6. There are a couple of other things on this PCB: ULN2003 driver, CD4511B driver , TLV73333 3.3V regulator and the main ''problem'' NRF24...

0690X00000605FGQAY.png 0690X00000605QwQAI.png 0690X00000605QmQAI.png

The system time

Posted on August 05, 2016 at 11:56I wanted to try out the CubeMX. I'm a bit stuck with some time issues. In standard peripheral I used system_get_time();What is the equivalent of this function in CubeMX?I found HAL_RCC_GetHCLKFreq(); that could be i...