- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am in the middle of a project and a kind of stucked. My experience with altera, nios and so on is maybe 2 months now. What a colleague and me have reached for now:- Porting FreeRtos Realtime scheduler to the NIOS2. There some small problems with the demo tasks left but its stable, running on a custom Cyclone2 Hardware.
- Integrated the TSE from Altera with a native supported PHY from National
- Implemented the lwip TCP/IP Stack port for FreeRTOS.
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
John,
Did you come up with an lwIP Altera TSE Ethernet driver? I'm going down the same path and either need to find one or write one. I'm planning on doing the latter unless you or anyone has a driver that can be freely used. Thanks, Bill- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
Could say if you find a way to write a TSE driver for LWIP ? thanks dvb_man- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- Could say if you find a way to write a TSE driver for LWIP ? --- Quote End --- Yes, I did. The current TSE driver can be adapted to lwIP. At the point it receives a packet, you want to put it on a queue that low_level_input calls will pick up. For output, low_level_output can send the packet much like the current driver does now. The one difference is you pass a lwIP pbuf pointer in and out of the driver. Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've made available a TSE driver and example program.
See: http://www.alteraforum.com/forum/sho...3638#post93638 (http://www.alteraforum.com/forum/showthread.php?p=93638#post93638)
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page