User Activity

I tried to update my project to version 1.2.0 and it didn't work. I now also found out that the precompiled version for the stm32f4 doesn't work. Also if I compile it by myself it doesn't work.I get a valid ip with dhcp but the ip gets released immed...
I found out today that my project was not properly configured. So i did run out of flash memory.By comparing with a Designer project I found out how to change the FLASH.ld file to use QuadSPI and some other things that were different in the Designer ...
Before the content was moved from Zendesk to the new TouchGFX website, i found the example i think under the following link.But I deleted the example and would need it again now. Where can i get it now? It was very helpful.
I have built a custom container (TextInput) where the user can enter a string of fixed length. It is relatively similar in structure to the existing Keyboard ContainerWhen the maximum string length is reached, a second custom container(TextValidation...
Hi,I tried to port the X-CUBE-IOTA1 Lib to the STM32F7-Disco.So i startet with a void Project added the Cube Iota files and enabled the LwIP Module.But in the http_manager.c file all gethostbyname calls throw the above error.I don't understand how th...