STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We 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-instanceAdded the support for the memory management to...

Why the LSERDY FLag is not getting set in RCC_BDCR resistor??

HI,In my design, i am using stm32h7 micro controller. I am using RTC clock using LSE clock source.in LSE_READY_BIT was not set. How to debug the issue..I am generating the code from CubeMX. The LSE crystal was selected in Crystal/Ceramic Resonator. w...

Vel by Associate III
  • 765 Views
  • 2 replies
  • 0 kudos

Hard fault occur during first byte receive

I am trying to receive 16bit data(at once) through SPI and transmit 8 bit data through USART.clock frequency 16MHz. All initialization done using STM32CubeMX. and build was successful .but after writing following codes , control enters in Hard Fault ...

barmy by Associate II
  • 863 Views
  • 4 replies
  • 0 kudos

STM32 and Atollic: C++ possible?

Hello,We are currently evaluating a replacement solution for our current microcontroller. STM32 is currently one of the favorite contestants.The current software is written in C++ and uses alot of code that is pure C++, so no relation to the actual h...

JOF by Associate II
  • 982 Views
  • 4 replies
  • 0 kudos

STM32L432 Nucleo DAC1 Out2

HI,First time user stm32l4 nucle and I struggle to get DAC1 out2 processor voltage (using CubeMX and HAL). Is my problem due to bridge 18 of A4 and D4 or there is something wrong with stm32l432?. DAC1out1 works as programmed but not out2. As A4 and D...

CJaro by Associate
  • 535 Views
  • 1 replies
  • 0 kudos

Resolved! How to configure the STM32F412VET6 clock at 100MHz?

Hi,I have created a project with STm32CubeMX for a stm32F412VET6 microcontroller. I have configured the clock at 64MHz, I also have 1 SPI and 10 outputs. The project builds correctly and is running on the target correctly.Now when just changing the c...

Saredo by Associate III
  • 1371 Views
  • 5 replies
  • 0 kudos

Resolved! Ethernet Link Status is not working

Hi Team, I need you support, I am using STM32F429zi, CubeMx Version 5.3.0, STM32Cube_FW_F4_V1.24.1, REERTOS_version  10.0.1 and Platform is atollic truestudio.Issue: Ethernet UP/Down Link status I enable, #define LWIP_NETIF_STATUS_CALLBACK 1#defi...

CAN Setting Mistake in CubeMX v4.26.0

Posted on July 02, 2018 at 08:57 I am developing under STM32F4 platform. After migrating from v1.0 to v1.0 firmware, which involves a major change in CAN API, I found there's a mistake in the CubeMX CAN setting options: The generated code rela...