//Block is to big to fit into our buffer so we must program it in chunks
for(j = 0; j < (BlockHeader.BlockSize / PROG_BUFFER_LENGTH); j++)
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
//Block is to big to fit into our buffer so we must program it in chunks
for(j = 0; j < (BlockHeader.BlockSize / PROG_BUFFER_LENGTH); j++)