I am using Code Composer Studio with TMS320C6713 DSP with C++. This code is part of a function. the only thing that goes wrong in this loop is tempBX. tempBX is accurately initialized with 0.0. Later on, within the loop its value is accumulated, and that too works fine. When we are about to assign the value of tempBX to BXA[indx1], the value in tempBX changes automatically e.g.(before this instruction if tempBX = 0.0021454, then after this instruction, it is 1.234532e+27 etc.). I think it is some sort of memory management proble. but somebody plz help me out here....
thanx..
here is the code
.......... ......... int indx1 = 0;
|