CS496122-CQZR Cirrus Logic Inc, CS496122-CQZR Datasheet - Page 34

IC DSP 32BIT 16CH SER IO 144LQFP

CS496122-CQZR

Manufacturer Part Number
CS496122-CQZR
Description
IC DSP 32BIT 16CH SER IO 144LQFP
Manufacturer
Cirrus Logic Inc
Type
Audio Processorr
Datasheet

Specifications of CS496122-CQZR

Applications
Audio routing, processing
Mounting Type
Surface Mount
Package / Case
144-LQFP
Product
Modules
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
598-1022 - MODULE COBRANET 4961 CM2 MT598-1007 - EVAL BOARD CS496122 COBRANET
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
CS496122-CQZR
Manufacturer:
Cirrus Logic Inc
Quantity:
10 000
CobraNet Hardware User’s Manual
HMI Reference Code
8.2
34
HMI Access Code
/*========================================================================
** hmi.c
** CobraNet Host Management Interface example code
** Simple edition
**------------------------------------------------------------------------
** $Header$
** Copyright (c) 2004, Peak Audio, a division of Cirrus Logic, Inc.
**========================================================================*/
#include "hmi.h"
/* variables model HMI state */
long PeekLimit;
long PeekPointer = -1;
long PokeLimit;
long PokePointer = -1;
/* access host port hardware */
#define HMI_BASE 0
unsigned char ReadRegister(
{
}
void WriteRegister(
{
}
void SendMessage(
{
}
void SetAddress(
{
int hmiregister )
return *(unsigned char volatile *const) ( hmiregister + HMI_BASE );
int hmiregister,
unsigned char value )
*(unsigned char volatile *const) ( hmiregister + HMI_BASE ) = value;
unsigned char message )
int msgack = ReadRegister( MSG_D );
/* issue (last byte of) message */
WriteRegister( MSG_D, message );
/* wait for acceptance of message */
while( !( ( msgack ^ ReadRegister( MSG_D ) ) & ( 1 << MSG_TOGGLE_BO ) ) );
long address )
/* translate address */
WriteRegister( MSG_A, ( address & 0xff0000 ) >> 16 );
WriteRegister( MSG_B, ( address & 0xff00 ) >> 8 );
WriteRegister( MSG_C, address & 0xff );
SendMessage( CVR_TRANSLATE_ADDRESS );
/* wait for completion of translate address */
©
Copyright 2005 Cirrus Logic, Inc.
DS651UM23
Version 2.3

Related parts for CS496122-CQZR