Hi, all
I've got some questions about the DSP algorithm development in CCS.
I have a DM6467.
I read some documents. It seems in the dual core platform, Arm usually controls peripherals while DSP implements algorithm like encoders or decoders. Usually, we develop algorithm in CCS, get the .lib file or .ax64p, make it compliant to XDAIS or XDM, get the DSP Server (.x64P or .out). Then ARM assigns tasks to DSP via Codec Engine and gets the result back.
My question is about algorithm development phase in CCS.
In this phase, is it possible for DSP to control the peripherals? like Dual Video Decoder TVP5147 and HD/SD Video Encoder?
I'd like to set some breakpoints in my program in CCS. It's better to get real signals, instead of local files. e.g, in pattern recognition, I may set a breakpoint when sth is found. Is it possible?
Actually, I'm quite used to single-DSP platform, on which DSP controls everything in CCS.
thanks.