hey all,
instead of using inbuilt number format of tiva, i am using IQMath format ( multiplying the number with 16777216.0L) but i am able to do it using embedded C programming but my whole program is in inline assembly.so i created a .C file for converting number into IQ format containing function taking values & giving IQ values. do anyone knows how can i call that c function in my inline assembly language and pass the register values into it to get the IQ values??
if any alternate option is there please let me know to convert the values into IQ using assembly language.