- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi guys,
I'm about to design a project of mp3 player which based on IDE-Interface(using HDD for storage), we now have 20k200 development kit, please, where to find IDE-Interface definition documents, e.g. pin definition, controller chipset, or... Where for these terms? I really need these documents, USB port, IDE... thx.Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- originally posted by e_freshmeat@Aug 17 2004, 12:07 AM hi guys,
i'm about to design a project of mp3 player which based on ide-interface(using hdd for storage), we now have 20k200 development kit, please, where to find ide-interface definition documents, e.g. pin definition, controller chipset, or...
where for these terms? i really need these documents, usb port, ide...
thx. --- Quote End --- There was an altera Nios I example of an MP3 player (libmad + custom instructions + 1 bit dac) that ran on the excaliber boards (i think), that would probably be a good place to start. I'm rather suprised that altera haven't done a Nios II example of this, it'd be a pretty good demonstration of power and something that most people can relate too. Adrian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can find the specifications you are looking for at www.t13.org
or use this links: http://www.t13.org/docs2004/d1532v1r4b%20a...ata-atapi-7.pdf (http://www.t13.org/docs2004/d1532v1r4b%20ata-atapi-7.pdf) http://www.t13.org/docs2004/d1532v2r4b%20a...ata-atapi-7.pdf (http://www.t13.org/docs2004/d1532v2r4b%20ata-atapi-7.pdf) http://www.t13.org/docs2004/d1532v3r4b%20a...ata-atapi-7.pdf (http://www.t13.org/docs2004/d1532v3r4b%20ata-atapi-7.pdf) these are the documents to "ATA/ATAPI - 7 revision 4b" Vol. 1-3 hope this helps... klaus- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
got new problem, when I finished the apex tutorial(nios i), there is a lcd test file named lcd_demo1.c, I try to build it but it says nr_timer_millisecond does not defined, if I slash that line, all things goes ok except the input function, if I use the apex standard_32 example project it goes ok, and I didn't find the difference between the two excaliber.c files, how is that going?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- originally posted by adac@Aug 17 2004, 04:47 AM there was an altera nios i example of an mp3 player (libmad + custom instructions + 1 bit dac) that ran on the excaliber boards (i think), that would probably be a good place to start.
i'm rather suprised that altera haven't done a nios ii example of this, it'd be a pretty good demonstration of power and something that most people can relate too.
adrian --- Quote End --- Where for me to get the example of mp3 player you said? By the way, I using nios i for the design, does that need to be nios ii for the design? how is the benefits I can gain? and the trade-off, if i need, where to get free full licensed nios ii core? thx so much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The MP3 example (I don't know if it was ever released as an example) was for Nios I on the Apex board.
I'll see if I can find that design.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- originally posted by kerri@Aug 17 2004, 01:06 PM the mp3 example (i don't know if it was ever released as an example) was for nios i on the apex board.
i'll see if i can find that design. --- Quote End --- Kerri, I've previously spoken to someone at altera about this, there definately was a port to either the excaliber, cyclone or stratix 1x20 board, I think it might have been jesse that I spoke to. I know you guys are probably very busy, but I think this would make a neat "wow" demo for Nios II, if it was possible on the Nios I surely it's got to be possible on the Nios II! e_FreshMEAT, With regards to Nios II, I think the enhancements to the processor speak for themselves. Faster, smaller and minus some of the baggage that worried me before (branch display slots). Unless you have good reason to use Nios I then I'd definately look into Nios II. If you're a current Nios subscriber then you should have received your Nios II update, mine arrived a few weeks back, although I've been so busy I've not actually got round to playing with it anymore, so to answer your question, you get your licensed Nios II core from Altera! Adrian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
but Nios II seems not supported APEX(for that we only have apex kit).
http://www.altera.com/products/ip/processo...s/ipm-index.jsp (http://www.altera.com/products/ip/processors/ipm-index.jsp) got new problem, when I finished the apex tutorial(nios i), there is a lcd test file named lcd_demo1.c, I try to build it but it says nr_timer_millisecond does not defined, if I slash that line, all things goes ok except the input function, if I use the apex standard_32 example project it goes ok, and I didn't find the difference between the two excaliber.c files, how is that going?- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- originally posted by e_freshmeat@Aug 17 2004, 09:35 PM but nios ii seems not supported apex(for that we only have apex kit).
http://www.altera.com/products/ip/processo...s/ipm-index.jsp (http://www.altera.com/products/ip/processors/ipm-index.jsp)
got new problem, when i finished the apex tutorial(nios i), there is a lcd test file named lcd_demo1.c, i try to build it but it says nr_timer_millisecond does not defined, if i slash that line, all things goes ok except the input function, if i use the apex standard_32 example project it goes ok, and i didn't find the difference between the two excaliber.c files, how is that going? --- Quote End --- yes, afaik Nios II is only for the newer devices, cyclones, stratix and beyond. Presumably your hardware configuration doesn't have a timer, or it's not been named the same in SOPC builder as it appears in the software. Check your hardware configuration (SOPC builder) Adrian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
adac, stonie, Kerri, thank u all! http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/biggrin.gif
adac, i got a fat32 standard ref, by luck ^^. now please, how to extend ports like ide, usb, ethernet? give me a flow, really thx!- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to extend ports like ide, usb, ethernet? give me a flow, really thx!

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page