Tool/software:
Dear TI Support,
I would like to ask for clarification regarding the use of the extern
keyword in combination with inline
functions in TI compilers.
For some reason, we have to declare an inline
function as extern
for testing purposes, and we want to be sure that there is no risk in doing so. For example:
We checked the TMS320C28x Optimizing C/C++ Compiler v22.6.0.LTS documentation, and it seems that extern inline
functions are treated separately.
We would like to ask for more detailed information about this case and the possible risks or limitations associated with this usage.
Thank you in advance for your support.
Best regards