Hello,
I just want to activate the global interrupt, like with _enable_IRQ(), but since I'm not in thumb anymore, it does not build:
...warning: intrinsic "_enable_IRQ" not supported in thumb mode, treated as function call
...and unresolved symbols in the linker.
_enable_IRQ line is recognized with rtsv7R4_T_be_v3D16_eabi.lib, but I don't want to be in thumb.
What's the equivalent in ARM? I cannot found it anywhere!
By the way, where can I found the assembler instruction set for the TMS570?
Is there a way to call these instruction using a method from a xdc package?
My run time support library is: rtsv7R4_A_be_v3D16_eabi.lib, but was
Target is ti.targets.arm.elf.R4Ft_big_endian
My chip is TMS570LS20216SZWT and I've got the development kit TMDX570LS20SUSB.
CCS4.2