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

Resolved! STM32F103 UART interrupt not working

Hello, I'm building a project where I will use CAN, UART and a TIMER. All of these work with an interrupt. How it works: I get data via CAN and use a TIMER to send a Request on the CANbus. With the UART I need to receive some commands that will trigg...

Smdeint by Associate III
  • 3993 Views
  • 6 replies
  • 2 kudos

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