STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.1 released

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

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

I am working with STM32F407VGt6-DISC1, I am facing a problem in getting LSE clock frequency out of MCO1 pin, and also other external source of clock whereas the same process for internal clock measurement through i worked fined.

Here i attached my main.c file.andWhen I run my debugger , i see that my program is stucked in error handler//////////if (HAL_RCC_OscConfig(&RCC_OscInitStruct) != HAL_OK){_Error_Handler(__FILE__, __LINE__);}//////////And for measuring internal clock ...

VChou.1 by Associate
  • 398 Views
  • 1 replies
  • 0 kudos

Right way to Enable/Disable/Re-enable ADC?

Hello:There is a significant amount of time between calls to the ADC peripheral and to save power I would like to shut it down. It does not seem the same as setting it up as it has issues running after.The order it initializes:MX_ADC1_Init();HAL_ADCE...

ADC DMA triggering using timer

I am using stm32f103c8t6 and performing ADC sampling of voltage input 50 Hz from the mains. I have all hardware and PCB prepared. I am achieving 60 samples/cycle using DMA mode in ADC conversion. Now I would like to know the RMS calculation algorithm...

ADCy_AWDx_OUT signal do not work correct for single regular channel, when more channels are sampled in regular sequence. ADC5 AWD1 of STM32G474 .

 Hello ST community,I use ADC5 of STM32G474 for sampling 2 internal channels in regular sequence, VOPAMP4 and 5 and store data over DMA. I use ADC5 AWD1 configured for single regular channel VOPAMP5 (tried change to VOPAMP4).I use ADC5_AWD1_OUT as HR...

MMatj.1 by Associate II
  • 384 Views
  • 1 replies
  • 1 kudos

Resolved! Generating code for SPI using DMA issue

Hi,I'm working on NUCLEO-H743ZI board, using the STM32CubeMX 5.4.0 tool.When i'm generating code for SPI using DMA - It seems that it doesn't work.I tried to generate the same code for another device (STM32F411 Discovery Board) and i sow that there...

AGutm.1 by Associate
  • 436 Views
  • 2 replies
  • 0 kudos