Hi
I'm playing with a Launchpad TM4C123GXL using CCS 6.1.2
I've some code where I do some float multiplications. The code builds and runs fine, although I do get a compiler warning
#1531-D (ULP 5.2) Detected floating point operation(s). Recommend moving them to RAM during run time ...
I understand this is just advice, but I'm wondering how to follow the recommendation.
I was able to find some instructions on the TI website for how to achieve a "move to RAM" on the MSP430. The instructions require you to edit linker scripts etc.
When I look at the linker etc files on my TM4C however, they are rather different - making it non-trivial to imitate the MSP430 example.
The requirement to perform a floating point multiplication must surely be common (?), and so my question is:
1. Am I missing a simple e.g. CCS menu 'button' to get the Launchpad to handle float calculations efficiently in RAM?
2. If not, and I do need to start re-writing linker command files, can anyone point me at a TM4C-specific example?
many thanks for any help