2026-02-11 8:53 PM - last edited on 2026-02-12 4:28 AM by Andrew Neil
Split from the Implementing a LwIP and FreeRTOS™ v1 UDP echo server on the STM32F7 series Tutorial;
Moved to the forum for better visibility & discussion.
Hi Sir,
I am using the same code that works correctly on the development board. However, when I run the same firmware on the custom board, I am encountering an error.
Solved! Go to Solution.
2026-02-12 12:18 AM - last edited on 2026-02-12 4:27 AM by Andrew Neil
LAN8742 pin 2 requires a 10k pull down to 0v.
Look at your working development board schematic.
Andy.
2026-02-12 12:18 AM - last edited on 2026-02-12 4:27 AM by Andrew Neil
LAN8742 pin 2 requires a 10k pull down to 0v.
Look at your working development board schematic.
Andy.
2026-02-12 4:15 AM
@Wood.Andy
Is it necessary? Can it cause any issue?
2026-02-12 6:07 AM
Yes - from the chip manual -
nINTSEL: nINT/REFCLKO Configuration
The nINTSEL configuration strap is used to select between one of two available modes: REF_CLK In
Mode (nINT) and REF_CLK Out Mode. The configured mode determines the function of the
nINT/REFCLKO pin. The nINTSEL configuration strap is latched at POR and on the rising edge of the
nRST. By default, nINTSEL is configured for nINT mode via the internal pull-up resistor.
You will not be getting any REF_CLK to the CPU.
They don't put spare resistors on boards ;)
Andy.
2026-02-12 2:28 PM
Hi @kavyamm
I had exactly the same issue issue on my board letting INTSEL floating , i was thinking it was related to LED -
But you need to put it at GND to give clock to MCU.
2026-02-12 11:00 PM - edited 2026-02-12 11:12 PM