STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.0 released

are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceoAdded the support for the memory management tool...

USB HID GamePad with STMF103 and CubeMX

Posted on May 26, 2015 at 04:35Hi All,I have generated code for a USB HID device, but it does not do anything, I mean my PC does not recognize anything. I have not changed anything in the code because I was assuming that it should at least get detec...

embedonix by Associate III
  • 884 Views
  • 3 replies
  • 0 kudos

CubeMX 4.7.1 - STM32L1 1.2.0

Posted on May 07, 2015 at 12:54Hello,Has anyone tried to use the temperature sensor on STM32L1 devices with the latest CubeMX and library?It's giving me bogus results (-2C on my desk), while on older versions it worked normally.Chip is STM32L151RCT6...

George.P by Associate III
  • 343 Views
  • 1 replies
  • 0 kudos

CubeMX ethernet DMA Tx does not work

Posted on May 03, 2015 at 19:53Hello, I have an olimex E407 board featuring stm32f407zgt. I create a simple application using cubeMX and want to ping. The board receives packets (I can see this using LWIP_DEBUG functionality) but the TX does not wor...

taraben by Senior
  • 403 Views
  • 1 replies
  • 0 kudos

FreeRTOS on STM32F1 falls through osKernelStart()

Posted on May 02, 2015 at 05:30I am using the STM32F1DISCOVERY and generating a project for IAR from STM32CUBEMX. I have changed the configureation to use timers and added a toggle LED command in each of the default task and timer methods, however n...

STM32CubeMX and Keil MDK5 - not compatible at all??

Posted on April 16, 2015 at 13:25Dear all,I have many problems using STM32CubeMX and Keil MDK5. I'm trying to start defining all the peripherals with the STM32Cube (is intended for this), then I run code generation for Keil MDK5 and finally I open t...

arivas by Associate
  • 1288 Views
  • 3 replies
  • 0 kudos

CubeMX DMA SPI Transmit and RX

Posted on March 25, 2015 at 20:45Hello,I'm using an STM32F415 and CubeMx.  I've got the HAL_SPI_TxRxCpltCallback() working in that it gets called after the proper number of bytes have been clocked out of the SPI Slave, however, when I prep for anoth...

STMCubeMX 4.7.1: Bug in ADC Configuration

Posted on May 05, 2015 at 18:38Hello, Seems to be a bug in ADC configuration. Behaves that some range of ranks are missing at the beginning. Steps to reproduce a bug: - Set ''Number of conversion'' to for example 14 - Now we have proper number of ra...