I'm evaluating the TMS320F28069 using the controlStick, and I've been using some of the example projects that are written in C. For our application, we will need to implement some functions in assembly, so I've begun to build a function in assembly, based on the http://www.ti.com/lit/an/spra806/spra806.pdf document which explains how to do it. When I follow those instructions to make my function, the program ends up in the illegal instruction ISR trap as soon as I run it.
Can anyone tell me if the procedure is different for CCSv5? That instruction document details how to do this for CCSv4. I'm wondering if this is the reason why I'm having trouble.
Thanks,
Justin