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.

28335在程序在FLASH里运行和在RAM里运行的区别?

在调试28335程序时发现,在FLASH里运行和在RAM里运行的速度是不一样的,发现之后做了一个小实验,使用一个delay程序对LED进行交替点亮熄灭,比如延时时间为1s,实验发现当程序下载到RAM运行时,延时时间正常,但是下载到FLASH空间运行程序时,程序延时时间变为了大约10s,差别挺大的。

想问一下大家,是因为FLASH的读写速度比RAM长很多造成的这个现象吗?如果是这个原因,就说明这样算是正常的是吗?如果不是这个原因,可能会是什么原因造成的这个现象?