STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_ADC_PollForConversion gets stuck

I'm writing software that involves reading a single ADC value from my STM32H7R3V8H6, however it is getting stuck in HAL_ADC_PollForConversion(&hadc1, HAL_MAX_DELAY);.If i switch the delay to a smaller value it runs through but it still returns a time...

dfshea by Associate III
  • 667 Views
  • 17 replies
  • 1 kudos

Resolved! Differentiating multiple CDC-ACM's

I have implemented a dual CDC-ACM USBX device, and would like to incorporate a mechanism to programmatically differentiate the two ACM's at the Host.  One mechanism would be to have each ACM carry with it it's own Serial Number, but I am at a loss as...

Enter and exit standby mode using single button

Hello,   I am using STM32L073RBT6 controller. I want to use standby mode in my battery operated instrument. I want to use single tactile button to enter and exit standby mode. Is it possible to do??  What if I allocate another nearby pin as GPIO inte...

JeetS by Associate
  • 219 Views
  • 1 replies
  • 1 kudos