1 connection to board button, 2 connection status led, 3 use jp1 checkbox1 – Cirrus Logic CS4970x4 User Manual
Page 143: 2 command group, 1 read dsp button, 2 reset dsp button, 3 auto read checkbox, 4 command field, 1 hexadecimal command, 2 command group -4

9-4
Copyright 2013 Cirrus Logic, Inc.
DS810UM6
Runtime GUI Current Project
CS4953x4/CS4970x4 System Designer’s Guide
9.2.1.1 Connection to Board Button
This connects/disconnects to a CDB49x board through the USB port.
9.2.1.2 Connection Status Led
This shows if the DSP Condenser Runtime application is attached to a CDB49x board.
9.2.1.3 Use JP1 Checkbox1
Check the JP1 checkbox if a DSP board is connected to the JP1 header on the customer-designed board.
9.2.2 Command Group
The Command Group seen in
can issue commands that are not related to the DSP Manager
API.
Figure 9-8. Command Group
9.2.2.1 Read DSP Button
When the “Read DSP” button is pressed (if there is an interrupt request), the runtime application issues an
SCP read command to the DSP. The results of the DSP read are printed out in red to the “Log” window.
9.2.2.2 Reset DSP Button
When the “Reset DSP” button is pressed, it brings the nDSP_RESET line low, waits for 100 ms, and
brings the nDSP_RESET line high.
9.2.2.3 Auto Read Checkbox
When the “Auto Read” checkbox is enabled (if there is an interrupt request), the runtime application
issues a read command to the DSP. This occurs approximately every 500 ms. The results of the read are
printed out in red to the “Log” window.
9.2.2.4 Command Field
The “Command” field allows the user to issue commands. The following commands are possible:
•
Hexadecimal commands sent to the DSP
•
Filenames of configuration files (*.cfg)
•
Comments that start with a “#” sign
Note: Users are able to issue commands to the DSP using a console window.
9.2.2.4.1 Hexadecimal Command
Hexadecimal commands allow the user to transmit an 8-digit hexadecimal number. This number must be
in the form of “XXXXXXXX”, where X is a hexadecimal digit. No hexadecimal identifier (“0x” or “h”) should
be used.