User Activity

I use STM32F769I-DISC1.My program is based on LwIP_HTTP_Server_Socket_RTOS and QSPI_ExecuteInPlace (and https://github.com/vlcekji2/External-Loaders).Basically, in external FLASH I have a program which handles a TCP server. When using data and instru...
Hello all,I modified my .ld file as: MEMORY{ RAM   (xrw)   : ORIGIN = 0x20000000,   LENGTH = 512K FLASH   (rx)   : ORIGIN = 0x8000000,   LENGTH = 2048K QUADSPI (rx) : ORIGIN = 0x90000000, LENGTH = 64M (added line)}And I replaced  FLASH with  QUADSPI...
My compiled program could be around 50MB. I am browsing internet several days to find a way how to run it at STM32F769I-DISC1. So far I just configured SDRAM1 128MB. My questions are:1) Can I compile the program and in Debug mode copy it to SDRAM an...
My program suppose to be like following:defaultTask - MX_LWIP_InitserverTask - my FUTURE purpose (using socket)ntpclientTask - ntp purpose (using socket)Once I call MX_LWIP_Init() in defaultTask a got stuck in ntpclientTask on socket( AF_INET, SOCK_D...
I have an issue with printf redirection to Virtual COM port. It only works after I load program using STM32 ST-LINK Utility and unplug and plug cable.Does anybody have an idea what could be the issue?Thanks Rudo