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

HAL_GetTick() crash mcu

Posted on April 28, 2016 at 10:17I created a simple project using STCubeMX for my nucleo-f446ZE(STM32F446ZET6).The project should be a USB device HID but it fail to start. After messing around with the debugger, I discovered that the MCU PC register...

thom_as by Associate II
  • 599 Views
  • 3 replies
  • 0 kudos

USB CDC CubeMX bug in generated code

Posted on February 06, 2016 at 22:31 Hello, in the file usbd_cdc_if.c there is this function: uint8_t CDC_Transmit_FS(uint8_t* Buf, uint16_t Len) { uint8_t result = USBD_OK; /* USER CODE BEGIN 7 */ USBD_CDC_SetTxBuffer(hUsbDe...

taraben by Senior
  • 240 Views
  • 3 replies
  • 0 kudos

help in can transmission

Posted on April 13, 2016 at 18:02hi all i get for transmission data with using can protocol with stm32f429, i studied ''can primer'' article from keil.com also reading user manual of ''stm32f429'' . i configured can parametrs an all of things we ca...

mpooyesh by Associate II
  • 810 Views
  • 7 replies
  • 0 kudos

stm32cubemx & SDRAM initialization

Posted on April 20, 2016 at 18:08HiI use current stm32cubemx & cubef4 1.11i set in cubemx pins , clock & SDRAM config and generate codewhen i see sdram initialize code seems it not set auto refresh commandsthen configuration of sdram in cubemx not g...

Please fix one-year old bug!!!

Posted on April 19, 2016 at 20:03 Dear ST, please fix already one-year old bug! It is described here yet: https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Java/Flat.aspx?RootFolder=%2Fpublic%2FSTe2ecommunities%2Fmcu%2FLists%2FSTM...

sincoon by Associate II
  • 543 Views
  • 6 replies
  • 0 kudos

STM32Cube: adding user files to project in Keil

Posted on December 29, 2015 at 13:17Hi all,Hi All,I'm building a project in STM32Cube for Keil uVision 5. It's working fine. In next step I'm adding some new files in Keil, adding library path in Options for Target and when I have one more time Gene...

Two bugs in CubeMX generated code.

Posted on April 13, 2016 at 23:29For STM32Cube_FW_F4_V1.11.0:1) mxconstants.h does not have the &sharpifdef statements to guard against multiple includes.2) stm32f4xx_hal_msp.c has ''/**tttttttttt'' as the first line. It looks like there is some cra...