STM32 MCUs Boards and hardware tools

Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hardware and software reference

Hi, STM32H743 development kit to develop my board.I want to develop my board in a way that each hardware interface can be selected between AI, AO, DI, DO by software. Is there any reference boards or reference documentations to implement such applica...

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
  • 2283 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(...