LWIP on H755 M4 Core: Error: undefined reference to `SCB_InvalidateDCache_by_Addr'
Hello,
I am using a Nucleo H755ZIQ development board and want to test the network communication with the M4 core in combination with FreeRTOS and LWIP, but I am running into a problem.
For the setup process I have used the network tutorial from "Adam BERLINGER".
The problem is, that i cant build my project and i will always receive the following error message for the M4 project:
../LWIP/Target/ethernetif.c: In function 'HAL_ETH_RxLinkCallback':
../LWIP/Target/ethernetif.c:906:3: warning: implicit declaration of function 'SCB_InvalidateDCache_by_Addr' [-Wimplicit-function-declaration]
../LWIP/Target/ethernetif.c:906: undefined reference to `SCB_InvalidateDCache_by_Addr'
To my knowledge the function is part of the cache handling for M7 processors.
But in my case i am using the M4 core of the H7 which does not have a D-Cache.
Has someone an idea how to solve this issue?
