Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21593 Discussions

read flash content

Altera_Forum
Honored Contributor II
1,045 Views

Hey, 

I tried to write on one byte of flash using this API function: 

alt_write_flash(fd, 0, source, BUF_SIZE); 

by setting BUF_SIZE to 1. 

 

but this function erase all memory 1st then write on the byte 0, I need my flash contents!!! what to do????
0 Kudos
0 Replies
Reply