Other Parts Discussed in Thread: MSP-IQMATHLIB
Tool/software: TI C/C++ Compiler
Hello,
I am working with MSP430F5529 launchpad and want to input frequencies for a PLL algorithm in string format. As the frequencies are all in Mhz range and I have to work in Hz, I need to work with 64-bit data. The idea of inputting the frequency in string format is that I can extract the fraction part and make it into integer (for e.g. 123.456789 Mhz to 123456789 Hz). I am trying to code my algorithm in CCS 7.2.0 and here it does not recognize "string datatype". Also since F5529 is a 16-bit processor is there a way of doing 64-bit arithmetic in it?
Please help!!