This week, I ordered the power distribution PCB through JLC and worked more on the Ethernet/LWIP implementation. The boards required a pretty big Digikey order, as well as some back and forth with JLC to work out manufacturing defects. Unfortunately, LWIP library creation is not directly supported on the STM32H563, so I had to pull the LWIP library from a different dev board and perform some CubeMX tricks to get the code to compile. This was complicated by the fact that we do not use FreeRTOS either. The LWIP server is written, and since we now have a Nucleo I plan on testing it this week.
For next week, I plan on getting the code into a fully compiled state and add status LED flashing to make sure that the STM board that we get is alive whenever it does get here. I am still on schedule, as the firmware should be ready to flash on the boards when they are here and hopefully will not be the gating factor.

