Open
Description
Description of defect
TCP connections to the microcontroller cannot be established, seemingly because RX packets are never written to DMA/DMA ownership never given to application.
In core STM32Cube drivers, was a complete rework of ethernet drivers( v1.10.0 STMicroelectronics/STM32CubeH7@c94252d ), that when building off of one of the example projects from cube repo post this rework, TCP connections can be established to the microcontroller.
Most straightforward solution appears to be to uprev the cube driver version for the H7 familiy
Target(s) affected by this defect ?
STM32H745, presumably affects all H7 family chips
Toolchain(s) (name and version) displaying this defect ?
arm-gcc
What version of Mbed-os are you using (tag or sha) ?
6.17
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
mbed-cli
How is this defect reproduced ?
Attempt to connect via TCP socket to the chip.