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

About ADC conversion time

Hi,In STM32L073, the ADC conversion time is stated as 0.875us with 12-bit resolution.Even in the actual test, it has been confirmed by the continuous operation of 1ch of ADC.However, I set the ADC results to be transferred by DMA, the ADC conversion ...

HMura.6 by Associate II
  • 742 Views
  • 3 replies
  • 0 kudos

STM32H747: UART7 with DMA.

Hello!I have strange issue with DMA mode for UART7. I have callback for data transfer complete, but if i sending new data - i have broken data. If i added timeout - all data sending Ok.does anyone have any thoughts?

VLesc.2 by Associate II
  • 880 Views
  • 4 replies
  • 0 kudos

Erase Flash in STM32H730ZB by flash word.

Hi,I want to implement custom bootloader in STM32H730ZB, It has 128KB of Flash and only one sector. If I want to load image using bootloader then, I need to erase particular portion of flash. Is there any support to erase flash by flash word? If I er...

BPanc.1 by Associate
  • 301 Views
  • 0 replies
  • 0 kudos

Resolved! How do you start DMA with interrupts? huart4.Instance->CR3 |= USART_CR3_DMAT; HAL_DMA_Start_IT(&hdma_uart4_tx,(uint32_t)msg, (uint32_t)&huart4.Instance->TDR,len); Works the first time, but if you change msg and len it repeats first case.

I need the callback, to clear the cb4.DMA_Active flag and update a pointer when it finishes. I cannot step through it because it starts sending data over and over as I step through it and does not call the callback. First time msg points to "12345678...