码迷,mamicode.com
首页 > 其他好文 > 详细

TI_DSP_corePac_带宽管理 - 1.2(仲裁寄存器default值)

时间:2014-06-03 03:53:28      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:des   c   style   blog   a   http   

仲裁寄存器default值:

The default values of CPUARB, IDMAARB, SDMAARB, and UCARB are sufficient for most applications. These registers define priorities that are internal to the C66x CorePac.The MDMAARBU register defines priority for MDMA transactions outside of the C66x CorePac.You may need to change its priority by programming the MDMAARBU register ,depending on the system design.In most cases, MDMARBU should be programmed to a higher priority (lower value)(在APP中,MDMARBU的优先级往往需要修改为higher,在每个CPU上都要修改,才能在每个CPU上起作用). The ECFGARBE register defines priority for configuration bus transactions from EMC.

bubuko.com,布布扣

 

例如在CPU 1,2,3,4的配置文件中,都要有下面类似的配置,才能在每个CPU上起作用:

    /*Configure Master DMA Arbitration Control Register(MDMAARBU)  */
     *(u32*)(0x01841010) = 0x01020000;

TI_DSP_corePac_带宽管理 - 1.2(仲裁寄存器default值),布布扣,bubuko.com

TI_DSP_corePac_带宽管理 - 1.2(仲裁寄存器default值)

标签:des   c   style   blog   a   http   

原文地址:http://blog.csdn.net/yiyeguzhou100/article/details/27583099

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!