Hello,
I'm working with the CCS 5.3 on the msp430f5438a.
format EABI , with floating point calculation in my code.
While I make my data processing on the FLASH, I get the following comment:
------------
# 1531-D (ULP 5.2) Detected floating poing operation (s).
Recommend moving them to RAM during run time or not using as
these are processing / power inetnsive
----------
Then there is no meaning if I run the code in RAM or FLASH memory.
it run in the same speed.
and i work with EABI format, which is floaing point percision of 64 bit.
so percision is not the problem.
so what is the meaning of that comment?
and what the problem can be?
Thanks
