User Activity

Hello everyone.What is the proper procedure when restarting the entire ethernet?Im using LWIP and FreeRTOS and im not sure if im restarting everything correctly...These are the steps im using.Terminate TCP Server thread. netif_set_down(&gnetif); neti...
Hello everyone!The question is simple, i want to be able to "return" to the previous view when entering a sub-menu (view).There are many ways to do this, like manually assigning a label/identifier to each view.Pushing the label anto a stacked stored ...
Hello!This is the first time im using NOR Flash so bear with me :)Question #1I screwed up and forgot to add a pullup for the open drain ready/busy NOR output.So i've tried the ghetto approach of using the internal pullup of the STM32 as "busy wait" b...
Hello everyone.I have a project that uses CubeMX, CubeIDE, TouchGFX Designer with FreeRTOS.Everything has been working fine until i upgrade to TouchGFX version 4.24.I was using TouchGFX version 4.23.2, no code changed and upgraded the project in Cube...
Hello everyone,I'm having issues with programming a STM32F429IIT using USB DFU. Im able to program it without issue with a STLinkv3 and the hardware is fully working.  The issue is strictly when using ST-Prog, the firmware download will reach 54% and...