Processor: ADSP 21569
Audio weaver Version:Trail version in standard Edition
1.We are facing an issue while trying to send commands in Flash Mode on the ADSP-21569 EZ-kit.
Procedure followed:
In real-time mode, we verify the schematic successfully by sending real-time commands.
After flashing the same schematic, we try to use the same commands.
However, in flash mode, the module name appears as “undefined” in the error messages.
Could you please clarify whether any additional procedure or initialization steps are required to send commands in flash mode?
2..Currently, we have verified the input and output in analog mode. However, we now need to perform the verification in digital mode(SPDIF In/out) using the AWE Core. Is there any example code available to help with this?
4:18pm
Hi Sangeetha,
It's not clear what you mean by "Real-Time" and "Flash" mode. It sounds like possibly "Real-Time" is "Native" mode (running on the PC) and "Flash" is while connected to the 21569 target? Can you please clarify?
It is possible that the AWECore which is running on your 21569 is missing a module which is present in Native Mode.
Can you please clarify:
The AWE Designer Version (Help->About).
The AWECore version and Build number on your 21569? (Connect via AWE Server, then look at the "Output" tab).
While connected to the 21569, go to AWE Designer and select Layout->Layout Properties.
Scan through all of the Modules. If a module is not on your target, it will be indicated.
Thanks,
Gary
7:30am
Hi,
Processor: ADSP-21569 EZ-KIT
Audio Weaver Version: 8.148.11.7 (Trial version of Standard Audio Weaver Edition)
Build Number: None
AWE Server configuration:
Audio weaver Schematic:
Procedure Followed:
1.Loaded the AWE Core code on the target.
2.Loaded the Audio Weaver schematic.
3.Initially, the Mute1 module was in the unmute state, and the output was observed correctly.
4.In the Audio Weaver Server, I sent the command via execute script option (from a text file) to set the module to the mute state:
Sent Command:set_module_state, Mute1.isMuted[1], 2
After this command, the output was muted in one channel as expected.
5.Then I flashed both the Audio Weaver schematic via Flash-->flash manager option in server and the AWE Core to the target. After flashing, only one channel’s output was observed as expected.(as per the flashed code).
Now, I try to unmute the muted channel by sending this command:
Sent Command:set_module_state, Mute1.isMuted[1], 1
But the error displayed was: failed, failed, 'Mute1' is undefined
Could you please clarify whether any additional procedure or initialization steps are required to send text commands in flash mode?
4:46pm
Hi Sangeetha,
I suggest you use AWE Designer's "Attach to Running Target" feature along with a Tuning Symbol File, as outlined here:
AWE Designer Tools (Attach to Running Target)
Generate TSF file
You may also wish to explore using the Tuning Command Syntax, please see: Audio Weaver Tuning Command Syntax
Thanks,
Gary