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.

自起动.dat文件如何烧写到外扩flash中?



我用的是5502,采用并行16外部flash引导自起动,按照网上资源,已经到了.dat文件了,可是发现自己不知道怎么把它烧写到flash 中才是正确的?我采用的是用fread函数读.dat 中的数,然后暂时放在一个数组中,再将数组写到flash 中,通过内存察看到写的数据是一位一位的?不能实现自起动,那要怎么烧写才对呢?那个能具体说一下???