Under the ULP advisor for the MSP430, there is example code to instruct how to move a function to RAM. However, the function does not include an example for relocating built-in run-time library (rts430*) functions. Is there an example for this? Right now, I have to do floating point math on the MSP430FR6989 . It leverages the mult32_f5hw.obj and div32u.obj files. How would I move these to RAM?
↧