Ok, thanks for the tip on the link state.The problem with removing stuff from the driver, is that it will be reset when we recreate the files from CubeMX. We have to recreate the project several times during the development phase.I will fix it manual...
Hi,The issue is the 2 seconds delay after initializing the driver. We are using RTOS with watchdog, so this will block the threads and make the watchdog expire. The init method should not just wait for nothing, it could return and let the user handle...
Hi @MWB_CHa ,We are currently in the process of switching to STM32H723ZG as the MCU in one of our products. We also plan to use it in the development of our new products. We are using it with Azure RTOS NetX, and found this same issue with the ether...