STM32H753ZI: Ethernet and usb cdc together problem
Hello guys,
I am using Ethernet and USB together. Ethernet in rmii mode without RTOS and Using USB as cdc,
after flashing the program it runs normally but when i ping or Access the IP from web :spider_web: it goes to hard fault handler
If USB init () is Commented then everything is working fine but when uncommented it goes to hard fault handler
so i want the solution to use USB and Ethernet simultaneously and can it be used without RTOS or should we use RTOS?
