hi, I'm working on Gnuradio on the Beagleboard.  I've managed to successfully 
integrate the DSP as a custom signal processing block and I'm essentially using 
TI library based buffers to transimt data between the GPP and DSP.  I'm trying 
to use pointers to copy data to and from the DSP instead of doing direct memory 
copies as per Philip Ballisters suggestion.  I'm familiar enough with the TI 
tool set to do that but I'm not very familiar with GNU Radio's base 
architecture to do the necessary changes and I was wondering if someone can 
help.

I basically need to allocate the data buffer through the TI toolset API instead 
of the vector class in C++, is there a good way to overide the buffer 
allocation in GNU Radio without "breaking" the flowgraph?  thanks.

al fayez
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to