Resolved! Can't exit Stopmode using Threadx and NetxDuo on STM32 microcontroller
I'm working on a project where we have to program an STM32 board to enter stop mode and only wake up when an Ethernet packet is received (wake-on-lan function). I started by installing the ThreadX OS with NetX Duo and simply enabling stop mode, but i...