STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

F407 Discovery board demo code

Hello could anyone advise where to find the example projects (demonstration code) for F407 discovery board? the code that was embedded when you first get hold on the new board before starting programming, where the 4 LED blink according to the onboar...

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
  • 503 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
  • 500 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
  • 299 Views
  • 3 replies
  • 0 kudos