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

STM32F334 use both TIM16 DMA channels

Hi there, I tried the hole day to use two DMA channels (TIM16) as depicted in thereference manual. If I understand it right, there is the option to use channel3 and channel 6. At channel 6 the update event can be disabled. That’s exactlywhat I need, ...

DRH by Associate III
  • 473 Views
  • 3 replies
  • 0 kudos

hi guys, I've been trying to write to internal flash for the last two weeks, and unfortunately, I didn't manage to do so. I worked with the function I have from the library and read in the manual.

tst= 0x121212121212HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD,0x8000000,tst); the address i took from the manual as well. i cant understand whats going on, please help me.thanks a lot

0693W000001cO3YQAU.png
Gbasi.1 by Associate II
  • 1835 Views
  • 18 replies
  • 0 kudos

DMA transfer

I want to ask for serial line is there any limitation os using DMA transfer for slow periodc data??Thanks in advance for any help.

Jl.1 by Associate II
  • 767 Views
  • 4 replies
  • 0 kudos

Resolved! How to ensure UART transmits data every second ?

Hi,I am using STM32L0 MCUI am using HAL_USART_TRANSMIT function to send data to a computerI am using Timer interrupt to ensure that UART transmits data every secondBut when i see log on computer ,its not exactly 1 sec, and this change also varies wit...

SA.17 by Associate III
  • 2061 Views
  • 10 replies
  • 0 kudos