hy ,
i need technical help
i have my own C code that i am trying to run on the DSP TMDSDK6416-t .
my code use the library BigDigits as the calculations are using key length 1024 bits
all the operations are working well except the Inverse operation and the Power operation
all the inverse operation results are 1
and all the power operation result are 0
the same code exactly is working very accurate on the Microsoft visual studio
but using the code composer this 2 functions are not calculating correct
any help !!!