> //Write > command[0] = 51; // Command > command[1] = 0x0000E000; // Start adress > command[2] = source; // Data > command[3] = 512; // Size of data 512 | 1024 | 4096 | 8192 > command[4] = 60000; // System clock frekquency in (CCLK) KHz It looks like everything but the write command is ok. Just for clarity, what you're using for the variable "source"?
Message
Re: Flash problem
2005-02-09 by Leighton Rowe