Hello,
Im working with TMS570LS controller and TI v4.9.0 compiler.
I generated startup code from Halcogen.While compiling the startup code i got the below assembly errors.
1) For the below instruction in sys_core.asm
.arm
Error--[E0002] Illegal Cortex-M instruction/directive
2) For the below instructions in sys_core.asm
mrs r1, cpsr
msr spsr_cxsf, r1
Error--[E0004]---Status register unsupported by this architecture.
3)For the below instruction in sys_core.asm
cps #17
Error--[E0002] Illegal Cortex-M instruction/directive
4)For the below instruction in sys_core.asm
fmxr fpexc, r2
Error--[E0002]Instruction requires VFP or NEON support
5)For the below instruction in sys_core.asm
fmdrr d1, r1, r1
Error--[E0002] Instruction requires VFP support
Please help me
Regards,
Silpa M.
