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

RTC SMOOTH CALIBRATION NOT WORKING CORRECTLY.

Hi,I'am traying to calibrate STM32F407VGT6.My code:void RTC_Calibration(int32_t CalValue){ if(CalValue <= 0){    //Board going forward      CalValue=__fabs(CalValue);  HAL_RTCEx_SetSmoothCalib(&HRTC,RTC_SMOOTHCALIB_PERIOD_32SEC, RTC_SMOOTHCALIB_PLUSP...

Skucu by Associate
  • 318 Views
  • 0 replies
  • 0 kudos

Fast external SPI ADC sampling approach.

Hello,MCU - STM32F746NGH.FreeRTOS.I'm trying to interface with 2 external single ended ADC (texas instruments ads8660 - http://www.ti.com/lit/ds/symlink/ads8860.pdf). The ADCs are connected via SPI2 and SPI3 respectively. The ADC can sample at a ...

STMFlashLoader Demonstrator Memory Leak

I am building a download program based on STMFlashLoader source code.I downloaded it from this site.However, this program causes memory leaks.For Test, I have just modified the source code to run again after it succeeds, not shut down.However, each t...

SLee.131 by Associate II
  • 687 Views
  • 4 replies
  • 0 kudos

STM32F37x SDADC data count offset change

Posted on March 25, 2013 at 18:25I've been working with the SDADC hardware on the stm32f37x.  Using a sdadc clock of 6 MHz and software triggering 3 injected channels in single-ended zero-reference mode every millisecond.  I've noticed that when app...

0690X00000604u8QAA.png
gregg by Associate II
  • 1340 Views
  • 8 replies
  • 0 kudos

fifo error on direct mode DMA

Hi there, I'm using stm32F411 MCUI configured the UART6 to transmit data with DMA.Once in a while i'm getting FIFO ERROR from the DMA even though i'm using direct mode and not FIFO mode.Although the error occur, the data is still transfer successful...

ogriz by Associate
  • 778 Views
  • 3 replies
  • 0 kudos