Cirrus Logic EV2 User Manual

Page 44

Advertising
background image

Contacting Cirrus Logic, Inc.

For further information on CobraNet™ products, contact: the Commercial Audio Products Division of Cirrus Logic, Inc.
2500 55th St. Suite 210 Boulder, CO 80301 (303) 245-5500

[email protected]

www.cirrus.com

Copyright © 2001-05 Cirrus Logic, Inc. All rights reserved. CobraNet and Peak Audio are trademarks of Cirrus Logic, Inc.

datab: write the value to the data B register.
datac: write the value to the data C register.
datad: write the value to the data D register.

<value> – a hexadecimal with a “0x” prefix. The individual registers are byte wide, a hexadecimal in the <value>
parameter greater than a byte will only use the least significant byte.

Example: write msgc 0xb3

Please note that writing certain registers may trigger CobraNet events. Please refer to the CobraNet Programmer’s Manual for
more information regarding these registers and the other host interface registers.

Peekev <target>

This command will return the value at the given address location for the EV-2 data memory. Please refer to the earlier
discussion of the EV-2 memory map.

<target> = a valid address in hex format. The address is limited to two bytes.

Pokeev <target> <value>

This command will set the given address location in the EV-2 data memory to the given <value>. Please refer to the
earlier discussion of the EV-2 memory map.

<target> – a valid address in hex format. The address is limited to two bytes.

<value> – a byte hexadecimal with a “0x” prefix.

Advertising