Question
[LWIP] Rx buffers zero copy no MPU config
HI
How to create a project for STM32H7 with Ethernet and LwIP stack working | Community
Rx buffers labeled “Zero Copy” and are used by DMA and CPU are not marked by MPU for cacheable?
only descriptors are.
I couldn’t find any special clean or flush cache operations in code as well.
Why is that?
Image below shows only descriptors (512B) and TX (LWIP heap) are noncacheable.

