STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! UART Transmission, Interrupt vs DMA

I am working on a project using UART communication and I have a question what is really different between interrupt mode and DMA mode in TX except for their underlying mechanism.(HAL_UART_Transmit_IT vs HAL_UART_Transmit_DMA)I know DMA uses the DMA c...

IJo.1 by Associate III
  • 2805 Views
  • 9 replies
  • 2 kudos

Resolved! ADC_IN0 on F030K6 not reading 3V3 voltage_divider

I'm pluging into ADC_IN0 1x pull-up and 5x buttons, that when i pressed some button, it adds a resistor to ground and make a voltage_divider... then i read the value on ADC.But when i pressed the button, however, my ADC shows 0 on the variable and no...

WBria.1 by Associate II
  • 558 Views
  • 2 replies
  • 0 kudos

Resolved! Timer interrupt and GPIO toggling

hey thereI have a STM32f030k6t6 which I wish to set a timer(TIM16 in this case) and each time timer interrupts, a GPIO pin toggles. I attach the clock configuration.and here is my tim16 confightim16.Instance = TIM16; htim16.Init.Prescaler = 10; h...

Ala by Senior
  • 1237 Views
  • 4 replies
  • 0 kudos