User Activity

Hi,I want to wakeup my STM32F746 + FreeRTOS + LwIP system with a magic packet. I started off with configuring the MAC to generate the interrupt when a Magic Packet is received, without entering the low power mode beforehand. This works perfectly fine...
Hi everyone,I need to run a MQTT broker on my board powered by a STM32F746. I managed to get the LwIP stack running properly as a starting point. I verified this by sending and receiving topics with the provided MQTT client implementation of LwIP.LwI...
Hi everyone,Is there a preferred way of adding "core features" of FreeRTOS in a FreeRTOS application created by CubeMX? Do i have to add the respective files manually by copying them into my project?Unfortunately I found no built-in option in CubeMX....
Hello,I failed in changing the Color depth for a simple custom application from RGB565 (16 bit) to RGB888 (24 bit). The image was flickering during an animation (e.g. screen changes or scrollWheel scrolling)So I flashed an example from TouchGFX ("Ani...