Posted on May 17, 2011 at 13:49This is weird. This post should be from user niko.haatainen, but forum says its from some one else. Maybe we logged in at the same moment or something but I have no idea who this other user may be.
Posted on May 17, 2011 at 13:49 I'm using stm32f107 in RMII mode with phy that was originally not supported by stm32_eth -library. The modifications I needed to make were - enable RMII mode from AFIO->MAPR -register (MII_RMII_SEL -bit = 1) - setup i...
Posted on May 17, 2011 at 13:30The isochronous in traffic works with these modifications and theyre actually bit simpler than the ones I made, I used fifo empty interrupts to fill tx-fifos for eps (as the library does for other in endpoints). There ...