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

dac+timer

void HAL_DAC_ConvCpltCallbackCh1(DAC_HandleTypeDef *hdac){ HAL_GPIO_TogglePin(START_OF_FRAME_GPIO_Port , START_OF_FRAME_Pin);}   uint32_t val[] = { 500, 600, 700, 800, 900, 1000, 1100, 1200, 1300, 1400};   HAL_DAC_Start_DMA(&hdac1, DAC_CHANNEL_1, val...

msg-1001059758846-54432.jpg
nimaltd by Senior
  • 896 Views
  • 3 replies
  • 0 kudos

U5G9 USBX without ThreadX

CubeMX: 6.11.0STM32U5: 1.5.0uVision: 5.39.0.0Hi, I saw the latest post about USBX baremetal now being possible and thought i would give it a try.I want to read USB drives and usb uart port to PC for comms. but get the following errors in uVision when...

PhilipC_1-1714130818521.png PhilipC_0-1714130748026.png
PhilipC by Associate III
  • 740 Views
  • 2 replies
  • 1 kudos

Resolved! Update Problem

After STM32CubeMX update from version 6.10.0 to 6.11.0 WorkBench give me and error (see picture Worckbench.jpg attached).How to solve this problem ?I don't find any configuration on Wokbench to specify new STM32CubeMX installation.

UniRob by Associate III
  • 1341 Views
  • 3 replies
  • 0 kudos

Resolved! What does .mxproject file is used for?

Hi All,I found several topics with controversial information about what is this file used for?Like this:https://community.st.com/t5/stm32cubemx-mcus/what-is-the-mxproject-used-for/m-p/584042 I see in my file several sections [PreviousLibFiles][Previo...

load2005 by Associate III
  • 1691 Views
  • 2 replies
  • 0 kudos

Resolved! stmelectronics.xcube-azrtos-h5 not found in STMCubemx

Hello ,We are devloping application using NUCLEO-H503 , try to install USBX as CDC-ACM port and transfer data to host device ,1. Try to install Driver for USBX , but not found stmelectronics.xcube-azrtos-h5  How to use NUCLE-H503 USB in Device mode o...

USBX_ISSUE.png
pooja by Associate II
  • 1425 Views
  • 4 replies
  • 0 kudos

multi ADC

Hi, I'm using STM32H735VGT and ADC3. There is too much time difference between converting 2 channels and 3 channels. I want to know why converting 3 channels suddenly takes a lot of time. And I want to know how to fix it.  Here are the scope photos a...

scope_3.png scope_4.png
giwonKIM by Associate III
  • 382 Views
  • 0 replies
  • 0 kudos