Hello,
I have a problem with the code generated for an assembler source file. The code listed in the listing file looks ok. Yet, the code as seen in the disassembly window does not look at all like my source code: for example, many instructions are replaced by TRAPs. The code that gets loaded and executed is the wrong one, I think, because the execution time is orders of magnitude larger than expected.
This happens too with assembly files that came from TI (for example DSP2802x_usDelay.asm) so I doubt it's an error in the source code.
There is no warning or error message; my code just gets replaced with junk and that's it. I have tried a few debug and optimization options to no avail.
Does anybody know what can be going on here?
Thank you!