2024-12-01 03:40 PM
Hello STM-Team,
I'm working on my project with an STM32H723ZG and ran into an issue with the code generation when I selected "Network Interfaces" in the AZRTOS configuration.
The code generation will add "NX_ETH_INTERFACE_ENABLED" to the "RTE_Components.h" but forget the "#define" in front of it.
That is somewhat annoying because I have to manually add this everytime I regenerate the code.