STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HAL I2C timeout flag

I have a simple function that reads one byte from I2C and I need the RxdFlag variable to be cleared in case of unsuccessful transfer (timeout) and I don't know how to get it from the HAL_StatusTypeDef structure. Thanx for your help.uint8_t GetSlaveI...

Filipx.87 by Associate II
  • 1190 Views
  • 2 replies
  • 0 kudos

NUCLEO-U575 Vbat ADC measurement

Hello everyone!I have set the Vbat measurement enabled flag, unsoldered the SB50 bridge and try to measure the voltage on the Vbat pin. The thing is the range seems to be strange. When I tie Vbat to GND, the ADC shows about 5000. Shouldn't the number...

Skfir by Senior
  • 440 Views
  • 2 replies
  • 0 kudos

STM32G030 DMA to GPIO BSRR bus error

HiSTM32G0 series is a newer chip family with more advanced DMA/MUX to provide more flexibility.my code, which uses tim16 update to request DMA to transfer from memory to GPIO BSRR. The code works on STM32F030 but fail in G030. The request from TIM...