Other Parts Discussed in Thread: HALCOGEN, RM42L432, CCSTUDIO
Hello,
I'm using the Hercules launchpad with RM42 and whenever I'm using the RTi interruption an undefined entry exception occurs (I created the project entirely in HALcogen). I was able to track the exception to a FMXR instruction, which is being executed:
rtiCompare0Interrupt:
0000679c: E92D500F STMFD R13!, {R0, R1, R2, R3, R12, R14}
000067a0: EEF8CA10 FMXR R12, FPEXC
000067a4: E92D1000 STMFD R13!, {R12}
I looked through the documentation and found that this processor doesn't have a VFP in it. Is there any way to do a workaround for this? I'm using CCS5.5, and, preferably I'd like to keep the current CCS version.