STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Interrupt not triggering on NUCLEO-F413ZH

Hi,I have a single PDM mic connected to DFSDM2, channel 0 on the NUCLEO. I have configured the peripheral for 16kHz and I have verified that the clock generated is 1MhZ and the mic sends PDM data when clocked.I have checked the signals going to the u...

0693W00000DmcFbQAJ.png 0693W00000DmcFRQAZ.png 0693W00000DmcFCQAZ.png 0693W00000DmcF7QAJ.png
NKara.3 by Associate II
  • 538 Views
  • 1 replies
  • 0 kudos

wrong data on SPI data register

I am trying to send 16bits through spi3 of stm32f205rct6. The problem is that the data in my array differs from the data in SPI3->DR. uint8_t config_data[2]={0xD2,0x8B};  // 1 101 001 0 100 0 1 01 1uint8_t rx_data[2]={0}; while (1) { HAL_GPIO_WriteP...

0693W00000DmZabQAF.png
Kolab by Senior
  • 463 Views
  • 3 replies
  • 0 kudos

STM32-H743ZI2 and Dynamixel Servo interaction

Hello, I am looking for some help with operating a Dynamixel  XM540-W270-R servo actuator from a Nucleo-H743ZI2 Development board. I have used CubeMX to initialize all of my peripherals and am using CubeIDE for development. I have 2 basic objectives:...

MAgui.1 by Associate II
  • 1701 Views
  • 3 replies
  • 0 kudos

Resolved! ADC DMA_Handle is 0!

HiI'm using a NUCLEO-H7A3ZI-Q.I have created a project with CubeMX and I'm experiencing a strange behaviour on the ADC.The initialisation code is calling  MX_ADC1_Init() but this function returns with an error but the ADC DMA_Handle is 0, causing lat...

EGonc.3 by Associate II
  • 852 Views
  • 3 replies
  • 0 kudos

Resolved! CubeIDE 1.7.0 programming Nucleo-H723ZG to respond to UART input using DMA receive. Code generated by MX results in received data ec as all zeros. Is this a known MX-generated code error?

The MX generated C code issues the USART initiation call before the DMA initiation call. My code simply echoes back any text received by the USART. Unfortunately the echoed data (correct length) is all zeros. The UART read buffer is initialised with ...

MKidd.1 by Associate II
  • 2741 Views
  • 16 replies
  • 0 kudos