RE: cache alignment error!!!

2007-02-01 Thread Varsha Kulkarni
: Tuesday, January 30, 2007 11:05 PM To: Varsha Kulkarni Subject: RE: cache alignment error!!! In order to get the DSP-side development tool, you need to purchase the DVSDK. Alternatively, if you have CCS 3.2 or above, you can download most of the DVSDK components (i.e. BIOS, test bench, DVT) from

RE: cache alignment error!!!

2007-01-25 Thread Wan, Vincent
Hi Varsha, How are you allocating the input and output buffers that are passed to your video encoder's process call? Make sure you are using contiguous buffers allocated by CMEM by calling Memory_contigAlloc() - suggest you look at how that's done in the original encode demo. The memory managed