Altera_Forum
Honored Contributor
14 years agoread flash content
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????