Hello sir,
I'm currently using with F28335. and i have problem about floating value storege in memory.
I have variable, float a = 68.123,
and i want to use it's hex value(0x42883EF9) which is stored at some memory location.
anyone help me for this?
I have try this code:
asm(" MMOVIZ MR0,#68.123 ");
asm(" MMOVXI MR0,#68.123 ");
I'm getting error that [E0000] CLA instructions cannot apper with non-CLA instructions in the same location.
What can i do for getting Hex value of float value?