Hi all,
I’m using code composer studio 5.4 for DSP C54x.
I have an algebraic asm code, and I want to interface it with a C code.
So I added a main.c file in which I made a call of asm routines. With these changes, I call build the project without error, but I have a problem, as follows the difference before/after my changes:
- Before: I have no main.c, at CCS debug, I must click on play so the code will be running
- After: I have a main.c that call asm routines, when I pass on CCS Debug, the code is running directly (without click on play!!!).
as result i can't control the init of the running of my code.
there are some required modifs that i should add when interfacing C and asm ????