User Activity

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...
I used a Nucleo F439ZI to develop initial software (with a custom daughterboard) and now have redesigned the whole lot onto a single board with the STM32 MCU.  I'd like to remain able to support both boards in my Cube project as the nucleo one is muc...
Hi, I sometimes get this error when starting a Debug on an F439ZIError in final launch sequence: Failed to start GDB serverFailed to start GDB serverError in initializing ST-LINK device.Reason: (5) Unknown MCU found on target. Unplugging and repluggi...
Kudos given to