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

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
  • 1939 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
  • 962 Views
  • 3 replies
  • 0 kudos

watchdogtimer parameters cubemx

Posted on July 05, 2018 at 13:53hello , im testing watchdogtimer in stm32f103cb , now i started by independant wdt  i suceed ,MX_IWDG_Init();/* USER CODE BEGIN 2 */HAL_GPIO_WritePin(led_GPIO_Port, led_Pin, GPIO_PIN_SET);//offHAL_Delay(1000);/* USER ...

0690X0000060LdfQAE.png

How to properly configure DMA for TIM2 timer?

TIM2 Timer initialization:static void my_TIM2_initInputCaptureTimer(void) { // enable clock source for timer RCC->APB1LENR |= (0x1 << 0); // set prescaler to 1 TIM2->PSC = 200 - 1;   // choose TIM2_CH1 input TIM2->TISEL |= (0x0 << 0); ...

esukh by Associate III
  • 1071 Views
  • 4 replies
  • 0 kudos