- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Trying to perform page erase operation ( not sector erase). On-Chip Flash Intel FPGA IP Core Registers table . Bit 19-0 page erase address how we use it to erase page (example) ?
Write to control register data : 0xFF100000 . To erase page for 1st page address ( address 0 so corresponding page is 1st page ). But it erase whole sector ID 1 ? Can we actually do page erase ?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi nwee0,
If you did 0xFF100000, it will erase the whole Sector ID 1, not 1st page. The sector erase get the priority if you set both sector erase & page erase at the same time.
- Note: If you set both sector address and page address at the same time, the sector erase address gets the priority. The IP core accepts and executes the sector erase address and ignores the page erase address.
Thus, if you want to set the 1st page erase, you can set as FF700000. (set Disable write procetion sector ID 1.... & set the address of 1st page).
I hope this will help.
Cheers
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