This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi,
I forgot to add a pull-up resistor to pin 28 (COL/LED2/TX_ER/GPIO/Strap4) in the schematic (then also on the PCB). Is it possible to bypass this and activate it somehow via a register? Thank you
datasheet: www.ti.com/.../dp83826e
Hi Jiri!
Just to confirm, are you using the DP83826 in Enhanced or Basic Mode?
Regards,
Alvaro
Here is my actual schematic
My pin1 is in LOW. I see from the datasheet that my mode is BASIC.
So writing RCSR register 0x17 to 5 bit value 1 solved my problem? i try it.
This run my eth phy. Thank you Alvaro
HAL_ETH_WritePHYRegister (&EthHandle, MP_PHY_ADDRESS, 0x17, ((uint16_t)0x0061));