STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to use the SDRAM in stm32f7 series

Hello everyone ,I am YugentharRight now i am working in embedded development platform . So i have one doubt guys.I have using stm32f746-disco board.I am displaying one image in LCD screen (800x760)so pixel size is incresing. my code is runing in fla...

_legacyfs_online_stmicro_images_0693W00000bj0UiQAI.png

How to use the FPU STM32H723

I have these math functions that I would like to use the FPU for:sqrtf()cosf()sinf()fabs()atan2f()floorf()ceilf()truncf()roundf()How do I enable the FPU in the STM32H723? I see it is selected in the settings but not sure if it is enabled or not.Do th...

ENort.1 by Associate III
  • 2841 Views
  • 8 replies
  • 0 kudos

Resolved! How to configure TIM1 PWM for repetition mode

Im using a STM32F030C8T6 with PWM output to generate a sound output. I would like to use the repetition mode of the TIM1 so it will output the same PWM period 6 times.If I configure the timer and use both HAL_TIM_Base_Start_IT() and HAL_TIM_PeriodEl...

RMurt.3 by Associate III
  • 1335 Views
  • 2 replies
  • 0 kudos

CAN Communication Issue with the Development Board.

Hello! I have an STM32L496ZG development board. CAN communication used to work earlier. Once after the recent update of Cube IDE , CAN communication doesn't seem to work. Is anyone facing the same issue? 

PO.3 by Associate
  • 636 Views
  • 2 replies
  • 0 kudos

STM32G030K6T6 ADC_DMA

Hi,I'm trying to configure the ADC DMA with STM32G030K6T6. But Analog value is not came.below I given my code and i don't know where i made a mistake if any one know help me.void ADC_Config(void) { RCC->APBENR2 |= RCC_APBENR2_ADCEN; // ADC clock e...