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

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
  • 259 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
  • 883 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
  • 565 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...

CubeMX Custom USB Hid Receive Data

Posted on April 05, 2016 at 16:11Hi Everyone I develop USB Hid application on STM32L0.I sent to data STM32 to Computer.But I m not receive any data from computer.Which CubeMX api I am use or how can i write my own function for receive data from usb...

STM32CubeMX 4.14.0, USART AND UART

Posted on April 03, 2016 at 13:45I generated code with CubeMX 4.14.0 for STM32F4 USART1. What I got is mainly for UART.In stm32f4xx_hal_conf.h, UART module is included, not USART&sharpdefine HAL_UART_MODULE_ENABLED//&sharpdefine HAL_USART_MODULE_ENA...