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.

Default volume setting

Other Parts Discussed in Thread: CC8520

If we use cc8520 in host controlled master mode, what is the default volume setting?

 

Vlad

  • Hi Vlad, 

    The default / start-up is mute. 

    This is the sequence you need to run:
    NWM_ACH_SET_USAGE(0x00,0x01,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff)
    VC_SET_VOLUME(0,0,1,0,1,0,0xFFF0)

    First one will map logic audio channel to local audio interface channels. Second will unmute and set volume. 

    Hope this helps.

    Kjetil