- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi every members of Nios forum,
I'm currently try to use my EPCS memory on my development board. I've not found any "easy to understand" documentation about the using of this memory. So when I want to read the electronic signature with the function "alt_epcs_flash_query()" it return to me -ENODEV (no device found). When Quartus II programmer I can program EPCS (so it works !!). I'm newbie in nios development system and I just want to know if a little software to demonstrate how to accede this memory is available somewhere ? I just wan to know how can I init my epcs controller to accede to EPCS to write and read some data (changing FPGA confiig data). Thanks a lot EtienneLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
<div class='quotetop'>QUOTE </div>
--- Quote Start --- alt_flash_fd * my_EPCS ; //declare handle my_EPCS=alt_flash_open_dev(EPCS_CONTROLLER_NAME); //init handle[/b] --- Quote End --- then u can read\write\erase your flash using the file descriptor "my_EPCS" and the function of the HAL. In quartus 4.2 there is a bug in the init function of the EPCS, discussed in this forum. bye
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