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! Understanding ThreadX scheduling

Hi all and merry Christmas!It's Christmas time again and therefore it's time for me specifically to work on my private projects. I want to build up a rather complex device running on ThreadX and just wanted to play around with ThreadX trying to under...

MGuth.1 by Associate III
  • 2854 Views
  • 2 replies
  • 1 kudos

static/DHCP networking with LWIP

I generally want to support both static/auto/dhcp in software config. This is most easily done by changing LWIP.c Around line 62:   /* IP addresses initialization with DHCP (IPv4) */ ipaddr.addr = gstate.ipaddr; // NOT 0 netmask.addr = gstate.netmask...

alanb by Associate II
  • 935 Views
  • 3 replies
  • 0 kudos

Resolved! STM32G474 Dual Simultaneous ADC question

Fairly basic question; When working with CubeMX, I want to set up ADC1 and ADC2 to trigger and sample at the same time, using an HRtimer trigger pulse, at about 5 MSPS. ADC1 is sampling channel 1, and ADC2 is sampling channel 4.I have them working ri...

Jbin0101_0-1734712742952.png
Jbin0101 by Associate III
  • 1218 Views
  • 2 replies
  • 1 kudos