Search found 13 matches

by stnschrdr
Fri Mar 22, 2019 9:45 pm
Forum: Q&A
Topic: Program received signal ET_LOAD_STORE, Memory access excepti
Replies: 10
Views: 63769

Re: Program received signal ET_LOAD_STORE, Memory access excepti

I'm getting basically the same problem, making the arrays passed into the filter function global only works when I call the same arrays. I getting the error again when I call 'dsp_filters_biquad()' twice but with different global arrays each time: samples[0] = dsp_filters_biquad(l_sample[0], b_c1, b...
by stnschrdr
Wed Mar 13, 2019 9:49 pm
Forum: Introductions!
Topic: Hello from CA
Replies: 4
Views: 21177

Re: Hello from CA

Hi Andrew, I know this is an old thread, but I am very much interested in applying 8 channel FIRs of 2048 taps but at 16kHz using my XK-AUDIO-216-MC-AB MultiChannel Audio Platform if possible. I'm having problems inserting the DSP core while applying the convolution funciton 'dsp_filters_fir' from t...
by stnschrdr
Fri Feb 22, 2019 1:35 am
Forum: Other XMOS Development Kits
Topic: error: multi-tile main must consist of single non-empty par
Replies: 9
Views: 69350

Re: error: multi-tile main must consist of single non-empty par

I'm getting the same 'error: multi-tile main must consist of single non-empty par statements' and the above does not seem to work for me. I'm try to modify modify the 'app_usb_aud_xk_216_mc' application to first read data from a .txt file into an array that I will use as my FIR filter. I want to do ...
by stnschrdr
Wed Feb 13, 2019 9:14 pm
Forum: Q&A
Topic: Running AN10122 Example
Replies: 4
Views: 3247

Re: Running AN10122 Example

OK, I got it working. Weird, I tried placing the 'test.txt' file back in \AN10122_stimecomposer_reading_from_a_file\ and it successfully opened and printed to the Console. This was after I successfully ran the opposite AN10123 application, which WRITES to 'test.txt' file defaulted to location \AN101...
by stnschrdr
Wed Feb 13, 2019 7:48 pm
Forum: Q&A
Topic: Running AN10122 Example
Replies: 4
Views: 3247

Re: Running AN10122 Example

Hi. Strange, even when I place the test.txt file in \AN10122_xtimecomposer_reading_from_a_file\bin\ I get the same 'Error: _open failed' error. I see that the .xe is also in \bin\.
by stnschrdr
Wed Feb 13, 2019 1:59 am
Forum: Q&A
Topic: Running AN10122 Example
Replies: 4
Views: 3247

Running AN10122 Example

I'm trying to run the 'AN10122_xtimecoposer_reading_from_a_file' project, associated with the application note AN10122. I get error 'Error: _open failed' and am not sure why. - I was able to Build the project without any problems; I only had problems running it. - I'm using xTIMEcomposer ver 14.3.3 ...
by stnschrdr
Tue Feb 12, 2019 11:21 pm
Forum: Other XMOS Development Kits
Topic: XCORE-200 Multichannel Audio DSP App Note?
Replies: 13
Views: 29018

Re: XCORE-200 Multichannel Audio DSP App Note?

1) Section 5.7.2 of the guide says for adding DSP I will probably want to free up Core functionality. I am not using SPDIF, ADAT, or MIDI. How could I do this? Would I just set the defined 'SPDIF_TX' in 'customdefines.h' of the 'app_usb_aud_xk_216_mc' application to 0? Is seems the other audio inter...
by stnschrdr
Tue Feb 12, 2019 9:58 pm
Forum: Q&A
Topic: xCORE-200-MC-AUDIO Question
Replies: 12
Views: 20951

Re: xCORE-200-MC-AUDIO Question

Thanks akp. That worked! I used a breakout board equipped with electret microphone and adjustable amplifier. For others trying to do that same thing, the microphones worked pretty well by powering the amplifier Vcc from the 5VA-GND3 header on the XCORE-200 MC board.
by stnschrdr
Sat Feb 09, 2019 12:24 am
Forum: Q&A
Topic: Using notifications with an array of interfaces and combinab
Replies: 3
Views: 3507

Re: Using notifications with an array of interfaces and combinab

I recieved the same 'Unhandled exception: LOAD_STORE, data:xxxxxx' bug when implementing the 'dsp_filters_fir()' function of the 'lib_dsp' library, in a simulation using a signal array and a FIR. I noticed that these two arrays were declared inside main(). When I placed in outside of main as global ...
by stnschrdr
Fri Feb 08, 2019 6:52 pm
Forum: Other XMOS Development Kits
Topic: XCORE-200 Multichannel Audio DSP App Note?
Replies: 13
Views: 29018

Re: XCORE-200 Multichannel Audio DSP App Note?

Hi infiniteimprobability, In regards to your post above on Thu Jan 18, 2018 11:48 pm - thank you this is a helpful template for DSP on real-time audio! I'm just now trying to equate this with the recommendations for writing DSP code for real audio described in Section 5.7.2 of 'USB Audio Design Guid...