STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Delay to Multi ADCs

 HI. I'm using 3ch in ADC3 of STM32H735VGT. They are running in Continuous conversion mode without delay. Do I have to give a delay after one conversion? If so, how long should I delay? Thank you.  static void MX_ADC1_Init(void){/* USER CODE BEGIN AD...

giwonKIM by Associate III
  • 402 Views
  • 3 replies
  • 0 kudos

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
  • 437 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
  • 408 Views
  • 2 replies
  • 1 kudos

Resolved! How to configure STM32CubeMX to support C++ development?

When I use CubeMX, the default language of my genereted code is C. I would like to develop in C++, as I can do in STM32CubeIDE. (I want to use VSCode to program)Is there any option to do this? I've tried just change the main.c to main.cpp, but it did...

Ade J.3 by Associate II
  • 6991 Views
  • 7 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
  • 644 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
  • 719 Views
  • 2 replies
  • 0 kudos