Search found 9 matches

by OscarMa
Tue Feb 14, 2017 11:50 am
Forum: Voice & Conferencing
Topic: Initialize config custom values
Replies: 7
Views: 8150

Re: Initialize config custom values

The issue is solved. I removed all other images and made a clean project and build a new .xe c++ application. After reset and reboot the values of the parameters from il_voice_get_default_cfg(ilv_cfg, ilv_rtcfg); remain, the problem was a conflict with the old images flashed on the device. One more ...
by OscarMa
Mon Feb 13, 2017 6:36 pm
Forum: Voice & Conferencing
Topic: Initialize config custom values
Replies: 7
Views: 8150

Re: Initialize config custom values

The init values seems to be set from this header: xvsm_control.h After flashing and reboot, the parameters are set with the values from xvsm_control.h, and the parameters from the il_voice_get_default_cfg(ilv_cfg, ilv_rtcfg); function are ignored or overwritten. When exactly are this INI values from...
by OscarMa
Fri Feb 10, 2017 5:27 pm
Forum: Voice & Conferencing
Topic: Initialize config custom values
Replies: 7
Views: 8150

Re: Initialize config custom values

I am using the xTIME Composer to flash the board. First I am loading my custom image from this application: app_usb_aud_mic_array_1i2o2_xvsm2000.xe with Boot partition size (byte): 0x80000. After flashing the board, appears this error: Warning: F03098 Factory image and boot loader cannot be write-pr...
by OscarMa
Thu Feb 09, 2017 1:43 pm
Forum: Voice & Conferencing
Topic: Initialize config custom values
Replies: 7
Views: 8150

Initialize config custom values

After tuning and flashing the xCORE VOICE Smart Microphone board, I would like to change the default value of the parameters. Therefor the function il_voice_get_default_cfg_xmos() is used to change the parameters. which is located in "app_usb_aud_mic_array/src/extensions/xvsm/xvsm_dsp.xc The pr...
by OscarMa
Fri Jan 27, 2017 10:20 am
Forum: Voice & Conferencing
Topic: xCORE-VOICE-Smart microphone.Invalid build configuration
Replies: 10
Views: 19264

Re: xCORE-VOICE-Smart microphone.Invalid build configuration

Windows 8 seems to be the problem. The same configuration and same path in windows 7 works correctly.
The current path for the workspace is: C:\Users\"MyName"\workspace
The path for xTIME Composer: C:\Program Files(x86)\XMOS\xTIMEComposer...
by OscarMa
Thu Jan 26, 2017 10:04 am
Forum: Voice & Conferencing
Topic: xCORE-VOICE-Smart microphone.Invalid build configuration
Replies: 10
Views: 19264

Re: xCORE-VOICE-Smart microphone.Invalid build configuration

Yes, after the incremental build of the configuration 1i2o2_xvsm2000, the clean all seems to fail. This is the Console message: 16:35:25***Incremental build of configuration 1i2o2_xvsm2000 for project app_usb_aud_mic_array xmake XVSM=1 CONFIG=1i2o2_xvsm2000 all Checking build modules Using build mod...
by OscarMa
Wed Jan 25, 2017 11:53 am
Forum: Voice & Conferencing
Topic: xCORE-VOICE-Smart microphone.Invalid build configuration
Replies: 10
Views: 19264

Re: xCORE-VOICE-Smart microphone.Invalid build configuration

Hello Larry,



Tools versions:

-xTIME Composer Studio (Community_14.2.4)
-sw_usb_audio-(sw)_6.19.alpha2
-lib_xvsm_support-(sw)_0.4.3alpha2
by OscarMa
Tue Jan 24, 2017 11:51 am
Forum: Voice & Conferencing
Topic: xCORE-VOICE-Smart microphone.Invalid build configuration
Replies: 10
Views: 19264

Re: xCORE-VOICE-Smart microphone.Invalid build configuration

The problem is solved with the software: sw_usb_audio-(sw)_6.19.0. Provided by xmos support team. Now I got a problem regarding the interrupt.c Here I attach the error: xmake XVSM=1 CONFIG=1i2o2_xvsm2000 all Checking build modules Using build modules: lib_mic_array(2.0.1) lib_logging(2.0.1) module_d...
by OscarMa
Mon Jan 23, 2017 4:13 pm
Forum: Voice & Conferencing
Topic: xCORE-VOICE-Smart microphone.Invalid build configuration
Replies: 10
Views: 19264

xCORE-VOICE-Smart microphone.Invalid build configuration

After following the Getting started configuration from xCORE-VOICE-Smart microphone, appears an error while building the app_usb_aud_mic . -> Invalid build configuration: 1i2o2_xvsm2000 ->Valid build configuration are: 1i8o2 2i8o2 Could be a problem of the voice libraries? On the website there is no...