This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CLA assignment yields large number

Hi Lori,

I am doing an assignment to an array. Why do I get this large number?

thanks vadim

  • Vadim,

    I see xn is shown in the expression window displayed as float.  

    But from the disassembly it seems to be defined as an int32_t (the compiler is using a convert from i32 to float instruction at address 0xa018).  Does the second operand of that instruction correspond to the memory location of xn? 

    How is xn defined and initialized?  i.e. is it defined as a float or int32_t?  

    -Lori