Hello everyone.
I am running a FFT function written in C in a BeagleBoard-xM, and I would like to check if the BB is using the DSP for doing the float operation. Any suggestion about how can I check the use of the DSP?
Thanks.
I would try and measure the load on the arm core. If it is running on the DSP then the load increase on the arm should be negligible.
I would bet that it isn’t using the DSP unless you went to great lengths to compile the fft program specifically for the DSP, load it into the DSP’s program memory and use some rather sophisticated techniques for communicating with the DSP through the kernel.