Initially my board was working well with and without debugging mode, but when I changed microcontroller, it was working correctly in only debugging mode.
Is there any simplified version of ETH just to transmit data in a way similar to HAL_UART_Transmit() function?Can anyone provide the code for the same (sending and receiving packets using STM32H743) without/with using LWIP. Please recommend the softw...
In debugging mode, I receive and send data correctly using usart1, but switch off the power and then power on(means reset the power) I am not getting all correct data on uart1, some of the character changed in a string, I also tried on uart 4, u...
Like HAL_ETH_TransmitFrame() ? : Yes, is it possible using this function ?Wireshark or network analyzer connected to different port of 10BT *HUB* ? : yes connected.If you have a running example code, it is very helpful to me