Part Number: TMS320F28379D
Tool/software: TI C/C++ Compiler
Hello ,
While compiling Flash RTL files, say ll_mpy28.asm, how i should call the function from main.c?
In ll_mpy28.asm, "LL$$MPY" is the name of subroutine. When I try to call it from main file, compiler TI v20.2.1. throws
"undefined first referenced
symbol in file"
error.
How to call LL$$MPY, LL$$AND, LL$$OR, LL$$XOR, LL$$DIV from main file?
Thanks,
Subha