User Activity

Posted on March 26, 2018 at 12:54 I have a Nucleo-H743ZI board that I'm running some ethernet code on, that I based on the LWIP example applications. The problem was that I could only ping it once on every reset. The problem went away when I disa...
Posted on August 11, 2017 at 16:17In stm32f1xx_hal_pcd.c (for STM32F1) line 201.There are two loops initializing end-point data, IN_ep and OUT_ep. The structs contain a field called tx_fifo_num which according to comments ain't used.The first loop i...