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

Resolved! Timer based using thread X

Hi!!I am using ThreadX to develop a project.As far as I know, when using FreeRTOS, it is highly recommended to switch from SysTick to another timer.Is it the same for ThreadX?Therefore, I am using TIM7, which is a simple timer. I was wondering where ...

Can't ping IPv6 in stm32f769I discovery

I am using LWIP 2.1.2 in stm32f769I discovery board.I can ping IPv4 from my PC.But i can't ping IPv6.I have enabled the Autoconfig(Stateless).As per my understanding the IP address will be created based on the MAC.My MAC is 00:80:e1:00:00:00Link loca...

KP.1132 by Associate II
  • 635 Views
  • 1 replies
  • 1 kudos

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
  • 1195 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...

Resolved! 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 II
  • 337 Views
  • 1 replies
  • 1 kudos