STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Reconfigure the synchronized timers

Hi, I'm using STM32F407 development board. I synchronized TIM2 as master and TIM5 as slave. Timer initialization functions:void TIM2Config (void) { // 1. Enable the TIM2 clock RCC->APB1ENR |= RCC_APB1ENR_TIM2EN; // 2. Set clock coeff. as 2, ena...

0693W00000Y9oyoQAB.png 0693W00000Y9p1iQAB.png

STM32h7 Multichannel ADC DMA is not working.

Hi,I am try to read four ADC Channels of ADC3 using DMA method. But I did not get the data.Below is my programmingstatic void MX_ADC3_Init(void){ ADC_ChannelConfTypeDef sConfig = {0}; hadc3.Instance = ADC3; hadc3.Init.Resolution = ADC_RESOLUTION_16B;...

MDeva.1 by Associate II
  • 1285 Views
  • 3 replies
  • 0 kudos

UART transmit works succesfully but reciever don't

The device I am using is F303K8T6.I am trying to learn. I have no problem with transmitting.But when it comes to receive data it don't works. Interrupt not rises.But when I connect tx pin to rx pin it works well. Interrput rised. The code and concern...

0693W00000Y9or4QAB.png 0693W00000Y9orFQAR.png
SinanOZ by Associate
  • 439 Views
  • 1 replies
  • 0 kudos