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
{...
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.
I'm making a parallel between the HAL STM32H7 and the STM32F7. For me it is confusing because in F7 there is no LWIP_RAM_HEAP_POINTER configuration. I added the configuration by hand: LWIP_RAM_HEAP_POINTER 0x20078000./* Configure the MPU as Normal No...
There is no difference, it's the same code.File ioc was migrated from 6.4 to 6.5IDE 1.8HAL 1.16.2Toolchain 9-2020-q2IDE 1.9HAL 1.16.2Toolchain 10.3-2021.10