Other Parts Discussed in Thread: C2000WARE
Hi experts,
Our customer requested us to scan Misra-C with our source code and TI's library together and listed all defects to them (especially the mandatory items).
Polyspace (we used this tool to scan Misra-C) found a mandatory defect of TI's library (C2000Ware_2_00_00_03), which is a built-in (intrinsics) function.

My understanding is that __enable_interrupts() is declared but without a definition.
We know that the built-in functions are implemented by the assembly code, but our customer still wanted to confirm TI whether the compiler can work if there is no associated definition.
We have two related questions:
1. Can we find the assembly source code in the library folder?
2. How compiler links the assembly source code?
Many thanks,
Sincerely
C.C. Liu

