Hi,
I have a 40-bit function which was created and compiled on a PC in a C environment.
I need to compile and run the function on the TMS320VC5505 DSP chip in a CCS4 environmet.
The problem is that the variables used in the functions are defined as "long", which is 64 bits on the PC but only 32 bits on the DSP.
How can I solve this problem?
Dudi & Noam.