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...
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
On the end I used MT25L5G loder which comes with ST LINK and Cube Programmer. For setting up the QSPI in memory mapped mode I found explanation here https://github.com/vlcekji2/External-Loaders/tree/master/QSPI%20Drivers.
Dear all,we are facing same issue (if I am not wrong) with STM32F769i-DISC1 with CubeMX 6.0.1, using MCU package 1.16.0.We use LWIP layer with freeRTOS. This configuration was working before. I migrated it and it stopped to work. I recreate the proje...
I found QSPI_PreInitConfig example. It is not exactly what I need, but it seems that they initialize QSPI interface and then execute a code from 0x90000000. The readme contains text:How to configure the QSPI IP in order to have access to external mem...
May I kindly ask you about less generic answer?I understood that after the reset board starts from internal flash. I do not know if it is by Option bytes or what....I understood that QSPI is an external interface memory.I already spent several days s...