STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.11.1 released

STM32CubeMX 6.11.1 was released on st.com as well as an in-tool update patch. Main issues fixed in this patch: Ticket 176645 : STM32CubeMX V6.11.0 has lost the "JTAG (5 pins)" debug mode for all the STM32H7 series but the STM32H7Rx/7Sx microcontrolle...

STM32CubeMX 6.11.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.11.0 is available. What is new in STM32CubeMX V6.11.0? New MCUs series : STM32U0 (STM32U083xx/73xx/31xx), STM32H7RS (STM32H7R7xx/H7R3xx/H7S3xx/H7S7xx) and STM32H5 (STM32H533/H...

Resolved! Problem with FreeRtos

Hi We are using product STM32H56 series , I am encountering problem while building my project .I am STM32cubeIDE , trust zone enabled .I enabled X-CUBE-FREERTOS  M33non secureIn software package I installed   -STm X-CUBE-FREERTOS  -CMSIS RTOS2-TZ_non...

Kendall7_0-1711443563549.png
Kendall7 by Associate II
  • 180 Views
  • 1 replies
  • 0 kudos

Resolved! How the ADC works in F103RC

I've been confused for days and am unable to make the ADC work on F103RC and have to seek for help.The test consists of ADC1 with 6 channels, an UART for printf and an I/O port that drives an LED. The ADC configuration: The test code: /* USER CODE BE...

Chao_0-1711202637902.png Chao_2-1711202730095.png Chao_1-1711202678933.png Chao_3-1711202780449.png
Chao by Senior
  • 489 Views
  • 15 replies
  • 1 kudos

Resolved! How to configure FileX using CubeMX?

How to start with FileX using CubeMX?In CubeMX I enabled ThreadX and FileX with the default configuration, increased ThreadX "memory pool size" to 2k and  enabled "Generate Init Code" for both.In app_azure_rtos.c, tx_application_define() function MX_...

STM32-ThreadX-1.png STM32-ThreadX-2.png
TDJ by Senior III
  • 917 Views
  • 7 replies
  • 2 kudos

Resolved! ADC multichannel with DMA with more than 8 ADC channel

HI everybody,i am using STM32G0B1 and in an older project i used successful ADC multichannel DMA conversion of 8 channel. I started a multichannel ADC conversion of 8 channel and a ADC callbacksets the finished bit and later on i read the result for ...

Kai4_0-1710151106760.png
Kai4 by Associate II
  • 223 Views
  • 3 replies
  • 1 kudos

Why DAC output nothing in software trigger?

I am use STM32L431RCT6,and my CubeMX config is this:And my code is:```uint32_t data = 128;ret = HAL_DAC_SetValue(&hdac1, DAC_CHANNEL_1, DAC_ALIGN_8B_R, data);if(ret) {HAL_Delay(10);}ret = HAL_DAC_Start(&hdac1, DAC_CHANNEL_1);if(ret) {HAL_Delay(10);}`...

Wshuo1_0-1711240505296.png
Wshuo.1 by Associate II
  • 114 Views
  • 1 replies
  • 0 kudos