Greetings,
My group is currently trying to move a project that was originally built on Code Composer Studio V1.2 in assembly and c to Code Composer Studio V5.5. All of the original code has been brought over, and it compiles perfectly. However, as the code runs some weird bugs and errors start to come out which are difficult to pin point.
Since the code is in assembly, the code did have to specify registers to use for its operations. My question is then, what registers does the DSP/BIOS use for both its initialization and continued processes? Do we have to be worried about DSP/BIOS affecting registers?
For some more information we are using
SYS/BIOS Version : 5.31.9
Device : tms320vc5407
Version: CCSv5 5.5.0.00077
thanks,