zoukankan      html  css  js  c++  java
  • 配置MCBSP的接收器

    目录

    一、配置MCBSP接收器的三个步骤

    二、对MCBSP的寄存器进行编程,以满足接收操作


    一、配置MCBSP接收器的三个步骤

    1)重启MCBSP/receiver 

    2)对MCBSP的寄存器进行编程,用以满足接收器所需要的操作

    3)启用receiver


    二、对MCBSP的寄存器进行编程,以满足接收操作

    1、全局性的设置(Global behavior)

    1)将接收引脚置为MCBSP的引脚(有复用的情况下)

    2)启用/禁用 digital loopback模式

    3)启用/禁用 clock stop(SPI)模式

    4)启用/禁用 receive multichannel selection模式【该模式见此

    2、数据的设置

    1)选择frame的phases数,是一个phase或两个phases

    2)设置接收字长(word length/s)

    3) 设置帧长

    4)启用/禁用 忽略接收帧同步信号的功能

    5)设置接收压缩扩展模式(receive companding mode)

    6)设置接收数据延迟(receive data delay)

    7)设置接收符号扩展和调整模式( receive sign-extension and justification mode)

    8)设置接收中断模式(receive interrupt mode)

    3、帧同步的设置

    1)设置接收帧同步模式(receive frame-sync mode)

    2)设置接收帧同步的极性(receive frame-sync polarity)VC5502此设置无效,均为正极性。

    3)设置采样频率发生器的帧同步周期和脉冲宽度

    4、时钟的设置

    1)设置接收时钟模式(receive clock mode)

    2)设置接收时钟的极性(receive clock polarity)VC5502此设置无效,均为正极性。

    3)设置采样频率发生器时钟的分频数(Set the SRG clock divide-down value)

    4)设置采样频率发生器时钟的同步模式(synchronization mode)

    5)设置采样频率发生器的时钟模式(选择一种输入时钟)

    6)设置采样频率发生器输入时钟的极性VC5502此设置无效,均为正极性。


    三、重启和启用接收器(Resetting and Enabling the Receiver)


  • 相关阅读:
    Could't creat any visual c# project in visual studio 2008 beta 2
    最近有点时间赶紧学习,好久没有写东西了
    三亚 渡假 不多, 以后要多去去 芒果很好吃
    windows8. 微软要颠覆PC传统模式
    IM
    windows8 预览版本 安装 VC6 + sp6
    windows 8 截图部分
    分享一个常识 如果你也和VC 打交道
    有时间看看, 热爱技术,不沉迷于技术
    LIVE555 Media Server
  • 原文地址:https://www.cnblogs.com/elaron/p/2116412.html
Copyright © 2011-2022 走看看