当前位置:   article > 正文

OMAPL138使用EMIF接口与FPGA通信_omapl138 emif

omapl138 emif

OMAPL138中的ARM通过EMIF接口把数据写到FPGA,再由ARM从FPGA把数据读取出来;EMIF共有16位数据总线和地址总线,ARM通过总线对数据进行读写;

默认时钟144M

DSP裸机读写代码

  1. EMIFAPinmuxSetup.h文件代码
  2. #ifndef __EMIFA_CONFIG_H
  3. #define __EMIFA_CONFIG_H
  4. extern void EMIFAPinMuxSetup(void);
  5. #endif
  6. EMIFAPinmuxSetup.c文件代码
  7. #include "hw_types.h"
  8. #include "soc_OMAPL138.h"
  9. #include "hw_syscfg0_OMAPL138.h"
  10. #include "psc.h"
  11. #include "EMIFAPinmuxSetup.h"
  12. #define PINMUX12
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/680819
推荐阅读
相关标签
  

闽ICP备14008679号