User Activity

I am migrating from Cube_FW_F7_1.16.0 to STM32Cube _FW_F7 V1.17.2 But now Ethernet doesn't work. I made changes to the file: STM32F765VITX_FLASH.ld  /* Highest address of the user mode stack */ _estack = 0x20080000; /* end of RAM */ MEMORY {...
Does the ST plan to update the FatFs and FreeRTOS library in STMF7?
I am using the attached code, To access W25Q256 in QSPI mode,In the QSPI_ResetMemory ()Always returns QSPI_NOT_SUPPORTEDRunning this same code in STM32F765VIT6, it works.Analyzing the pins of the QSPI, I see no changes.