STM32 MCUs Embedded 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
  • 375 Views
  • 2 replies
  • 1 kudos

Resolved! STM32N6 FreeRTOS linker issue for MPU

I am trying to setup FreeRTOS for the new STM32N6 Nucleo board. Running into the following error `GCC/ARM_CM55_NTZ/non_secure/port.c:1814: undefined reference to `__privileged_sram_start__'`.Based on https://github.com/STMicroelectronics/x-cube-freer...

milanvdm by Associate II
  • 417 Views
  • 1 replies
  • 0 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
  • 256 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 II
  • 266 Views
  • 2 replies
  • 1 kudos