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.

ioread16与iowrite16谁的速度更快?



最近在写一个驱动的时候发现我在写函数中使用iowrite16时omap gpmc 可以按照我设定的时序进行写数据,速度可达到30多MB,但是在读数据时使用ioread16发现出来的时序两个片选之间有很长一段高电平,会不会是ioread16这个函数占用太长的时间呢?读数据的速度仅仅能达到9MB多,不知道问题出在哪里!