STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Firmware Update via UART boot commands

Hi guys, I have a nucleo-l073rz and am developing software for it with iar ewarm. So far everything is working well (programming and flashing via the st-link programmer). In the future, however, I would like to do firmware updates via the serial inte...

Resolved! STM32H747 evaluation board I2C

Hi!I'm having some troubles in configuring the I2C bus on my STM32H747 evaluation board.I've configured it in CubeMX as in the image below, using DMA buffer (rx and tx). Gpio pins are configured as open drain (no pull) and hardware is ok.It seems lik...

Sunshine_0-1712232606219.png
Sunshine by Associate
  • 1133 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F4 ADC DMA and Timer1 trigger

Hello all, I want to take ADC reading at regular intervals based on timer 1 (used OC mode). The timer must trigger the ADC to take a reading and the ADC in turn will trigger the DMA to transfer the ADC reading to memory. To check that the timer is ru...