Other Parts Discussed in Thread: TMS320F28023
Target TMS320F28023
2802x_IQmath_BootROMSymbols.lib included
IQmathLib.lib included
Is it possible to call a IQmath function from boot rom out of a assembler interrupt routine running in RAM?
When doing this I am running into an illegal operation trap.
This is the call from assembler :
….
0x0087B4: 8F020000 MOVL XAR4,#0x020000
0x0087B6: A842 MOVL *-SP[2],XAR4
0x0087B7: 8F018000 MOVL XAR4,#0x018000
0x0087B9: A8A9 MOVL @ACC,XAR4
0x0087BA: 767FEFF5 LCR 0x3FEFF5
….
Doing this from a C environment it works.
Regards, Bernd