C51编程:一體化ethernet ?> 我做的一體化ethernet 板調試了几天,實在是找不到原因,請各位幫忙分析一
下,> > 對比你的開發板,我做了如下改動:
> > 1.rtl8019as 31,32 腳接vcc.
> > 2.82,84腳接vcc ,i/o address 240h.
> > 3.65腳接vcc .
> > 4.SA5直接接地,SA6,sa9直接接vcc.
> > 5. 軟件改動如下:
> > void readmynodeid()
> > {
> > my_ethernet_address.bytes[0]=0xea;
> > my_ethernet_address.bytes[1]=0x76;
> > my_ethernet_address.bytes[2]=0xc5;
> > my_ethernet_address.bytes[3]=0x4c;
> > my_ethernet_address.bytes[4]=0x54;
> > my_ethernet_address.bytes[5]=0x52;
> > }
> > pcb 線路絕對沒問題,網絡變壓器應該也沒問題。
> >
> > 但現在mcu 工作正常,rs232工作正常,8019振蕩20M 也正常,但就是怎樣也不能收
發
tcp/
> ip 數據。
> >