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

STM32F1 V1.8.0: ADC and DMA in continuous mode

I updated the software package for the STM32F1 MCU from the 1.6.0 version to 1.8.0 and I then felt in trouble with the ADC acquisition with the DMA in continuous mode : the data sound to be shifting in the buffer.I read 3 signals (actually RGB LED). ...

TPier by Associate III
  • 936 Views
  • 4 replies
  • 0 kudos

Resolved! HAL_Delay is offset by 2ms on the scope

The scope is showing the following code takes 602ms (I'm using the external crystal, so no jitter) this 2ms can be seen on top of any delay I set.  while (1) { HAL_GPIO_WritePin(GPIOB, profilingPin_Pin, GPIO_PIN_SET); HAL_Delay(300); H...

CLH by Associate II
  • 567 Views
  • 1 replies
  • 0 kudos

Multichannel ADC accuracy problem.

I am Samet, an electrical and electronics engineering first-year student. I and my team are designing a hydrogen car and taking part in the races. We make the electronic cards of our vehicle and the design of these cards. I am writing to you because ...

S??z? by Associate
  • 618 Views
  • 1 replies
  • 0 kudos

f_mount returns FR_NO_FILESYSTEM

I use stm32F407ZG, when I update mxcube to 5.3 version and stm32f4 package to 1.24.2 fatfs version updated to R0.12c while previous fatfs version was R0.11 and work perfectly. after code generate and compile I realized f_mount function returns FR_NO_...

alianvari by Associate III
  • 924 Views
  • 1 replies
  • 0 kudos

STM32CubeMX generates HAL library code that does not compile

Hello,Under linux (project generated by STM32CubeMX), the compiler reports illegal implicit casts from void * to PCD_HandleTypeDef in the HAL libraries.The problems are in two files: usbd_conf.c and usbd_cdc.cI solved this by following the example in...

Jwork.1 by Associate II
  • 1026 Views
  • 4 replies
  • 0 kudos

Resolved! How I can resume receiving data from flow controlled UART?

I'd like to know how I can resume receiving data from flow controlled UART.I use HAL, and I set USART2 into "flow control" with Cube MX code like ashuart2.Init.HwFlowCtl = UART_HWCONTROL_RTS_CTS;(115200 bps, data bit 8, stop bit 1, none parity, etc. ...

Naos Y by Associate II
  • 640 Views
  • 2 replies
  • 0 kudos