STM32 MCUs Boards and hardware tools

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F407 USB to UART

hello,Im trying to send the data I received on USB port (succesfully) to the UART port i tried sending data between 2 windows in Hercule, one is connected to the USB port, the other is connected to the UART port with the right configurations. I provi...

Lola_ by Associate II
  • 1133 Views
  • 4 replies
  • 2 kudos

Resolved! stm32 ADC scann mdoe

In the ADC scan mode in STM32 microcontrollers, the digitized value of all input channels is dumped into ADCx->DR. Is there a register or flags to find out which ADC channel the data currently in the ADCx->DR register```void HAL_ADC_ConvCpltCallback(...