Issues setting up Ethernet/LWIP on STM32H753 (STM32CubeIDE)
Hello!
I'm trying to run a LWIP example intended for another micro on the STM32H753 but ran into some issues setting up the H753 in STM32CubeIDE. In order to use LWIP, I'm getting this error:
Ok, no problem. I went over to setup the Ethernet and it appears there are a number of things that must be setup in order to get this to work. Luckily, I found a guide that seems to address most of them here:
I setup the clocks (with a few minor alterations) but ran into an issue when trying to setup the Ethernet as MII. It looks like there's a conflict with the green LED already being setup as an Output on that line. No big deal (at least not at this stage), I put it in a reset state to fix this issue (essentially, unassigned) and went to setup the MII again. This time, I'm getting an "unknown conflict" . . . I have no idea what the problem is at this point or how to resolve it.
Anyone run into this issue or know how to resolve it? I'm kind of stuck at this point as I don't know how to resolve an "unknown conflict".
I'm using STM32CubeIDE V 1.6.1 and using Embedded pack STM32Cube_FW_H7_V1.9.0 (the latest one). Not sure if that matters.
Any help you can give me would be appreciated, I'm currently a bit stumped. Thanks!