Sign in

username:

password:



Not a member?

Search code-comp



Search tips

Subscribe to code-comp



code-comp by Keywords

ARM7 | BIOS | Bug | EVM | JTAG | Linker | LOG_printf | McBSP | Profiling | Relocation | RTDX | Simulator | Target | Watch

Discussion Groups

Discussion Groups | Code-Composer | How to use AMR on CCS3.1

Technical discussions about Code Composer Studio.

  

Post a new Thread

How to use AMR on CCS3.1 - tayetemp - Mar 18 8:33:10 2007



Hi all,
I used 
asm("	MVK	.S2	0x0004,	B2;");
asm("	MVKLH	.S2 	0x000c,	B2;");
asm("	MVC	.S2 	B2,	AMR;");
to set up the AMR
but i  can't figure it out how to use  the "A5 mode"
i found some tips on spra645.pdf
there provides a command
"   LDH   *A4++,  A8;"
where it uses the A4 mode
but what i want to do is 
to load a large array into the buffer and do some 
computation circularly(FIR convolution)

how should i use A5 as a pointer in my c code?
any suggestion will be pleased
thanks,
David



(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )