Hi,
I'm evaluating the 6446 for an application where we need to handle in the order of a few MB/s and also want to do lots of calculations.
I modified the readwrite example (from the dsplink package) to not do any writes/verifications of the data sent. With an 8 kB buffer I got 12 MB/s (with a 32 kB buffer 23 MB/s) which limits the amount of MMACs I can crank out. Ideally, I'd like to get close to the peak ~2400 MMAC/s for the 16-bit case.
I then turned to look at the fastcopy example (from the framework components package). Having looked at the sanity_test example (from the codec engine release notes) which ran just fine I expected to find a codec package (.x64P), and an ARM application that creates the engine and loads the codec into it, but can't find one. Do I need to write one? I searched the forums but couldn't find a fastcopy usage example. What am I missing here?
(All components are from the 2.00.00.22 DVSDK.)
Thanks,
Orjan