Re:TCP Stack support for LAN9303 (freebsd)
Harmony v1.0 supports LAN9303 driver. and it is available on the web.
View ArticleRe:TCP Stack support for LAN9303 (Andrew Frazer)
Hi, just wondering if there was any movement by Microchip to put the LAN9303 in the IP stack?
View ArticleRe:TCP Stack support for LAN9303 (pluto55)
Andy123, thanks a lot ,now I can read and write the register I need .
View ArticleRe:TCP Stack support for LAN9303 (Andy123)
Functions:EthMIIMReadResult()、EthMIIMReadStart()、EthMIIMWriteStart() are part of Eth library, used to read Phy registers 0-31 and should be available in your compiler. with LAN 9303 they are using the...
View ArticleRe:TCP Stack support for LAN9303 (pluto55)
thank you for your attention, I can't find the defination of these three functions:EthMIIMReadResult()、EthMIIMReadStart()、EthMIIMWriteStart(). does these functions defined in the lib for PIC32 from...
View ArticleRe:TCP Stack support for LAN9303 (Andy123)
I am not sure about STM32, here are routines I have for PIC32 and LAN9303.for indirect write to CSR reg that is not mapped to memory see page 162 of the user manualwrites also can be done via regs...
View ArticleRe:TCP Stack support for LAN9303 (pluto55)
Hi, Andy: I use STM32+LAN9303 for my project , the device mode of LAN9303 is SMI Managed Mode & RMII PHY Mode(Table 4.3 from Revision 1.3), I want to write SWE_BCST_THROT to configure the...
View ArticleRe:TCP Stack support for LAN9303 (Andy123)
roundrocktom As I pointed in my previous post - I am all set, I already moved on My prototype with LAN9303 is working great and I am doing other tasks now based on the switch functionality to...
View ArticleRe:TCP Stack support for LAN9303 (roundrocktom)
Andy - How are you managing the SMSC LAN9303? SMI or I2C? Web Page:http://www.smsc.com/Produ...tches/LAN9303_LAN9303M Click "download" to get to the documents (datasheet, reference design)....
View ArticleRe:TCP Stack support for LAN9303 (Andy123)
I figured this out - manual page 127:) It uses combined fields of Phy address and attribute number to create a memory address Two 16 bit operations require to get 32 bit value I did not try this yet,...
View ArticleRe:TCP Stack support for LAN9303 (Andy123)
I want to bring this old thread back since I finally got time to work on this and made a functional prototype. Yes, but there is no native support for the LAN9303. You'll have to write your own "PHY...
View ArticleRe:TCP Stack support for LAN9303 (Andy123)
Thank you Howard Again, I just started my research and I completely missed possible SD bottleneck concentrating on the Ethernet side of the issue Now it appear that it Ethernet side will not be a...
View ArticleRe:TCP Stack support for LAN9303 (HowardSchlunder)
1000 pps is a lot more realistically achievable bus bandwidth wise. However, now I feel compelled to point out your next significant bottle neck/problem. Earlier you mentioned 10MB files. This implies...
View ArticleRe:TCP Stack support for LAN9303 (Andy123)
25,000 pps is extreme, realistically I need maybe 1000 pps, but SPI bus will definately be a limitation since every byte on the wire needs to be writtent to SD along with some timing information. I...
View ArticleRe:TCP Stack support for LAN9303 (HowardSchlunder)
- can current TCP stack support LAN9303? I did not try to load current stack. Yes, but there is no native support for the LAN9303. You'll have to write your own "PHY driver" for it in order to control...
View ArticleTCP Stack support for LAN9303 (Andy123)
Hi everybody It is been a while since I visited this forum, so bear with me please ;) Curently I have a design that uses PIC32MX with LAN8720 transceiver for some simple industrial application. I was...
View ArticleRe:TCP Stack support for LAN9303 (freebsd)
Harmony v1.0 supports LAN9303 driver. and it is available on the web.
View ArticleRe:TCP Stack support for LAN9303 (Andrew Frazer)
Hi, just wondering if there was any movement by Microchip to put the LAN9303 in the IP stack?
View ArticleRe:TCP Stack support for LAN9303 (pluto55)
Andy123, thanks a lot ,now I can read and write the register I need .
View ArticleRe:TCP Stack support for LAN9303 (Andy123)
Functions:EthMIIMReadResult()、EthMIIMReadStart()、EthMIIMWriteStart() are part of Eth library, used to read Phy registers 0-31 and should be available in your compiler. with LAN 9303 they are using the...
View Article