how to use FPUfastRTS library on Ti F28377S
Ältere Kommentare anzeigen
I am doing a lot of fast trig functions and need to use FPUfastRTS library insead of math.h.
The checkmark to use fastRTS that I can see when selecting other parts like F2833x:
does not appear when part F28377S is selected:
.I also do not see any options to select the appropriate library in the code replacement libraries selection: 

How do I configure the FPUfastRTS replacement library on my F28377S part?
Thanks.
2 Kommentare
Texas Instruments AM26x Model Based Design Team
am 23 Apr. 2026
Fast Run Time Support Library is included in the compilation of Simulink model by default.
Look for fastrts2800_fpu32.lib in the make file generated by Simulink for C2000 models.
Valeriy
am 23 Apr. 2026
Antworten (1)
Nivedita
am 15 Mai 2026
0 Stimmen
Hello Valeriy,
On devices supporting both TMU and FPU, select Enable TMU for more optimized floating-point math routines. This option offers even better performance compared to FastRTS and covers most of the routines found in FastRTS.
Please have a look at this doc page for further reference: https://www.mathworks.com/help/ti-c2000/gs/optimization-techniques.html#:~:text=enabling%20FastRTS%20support.-,Enable%20TMU%20with%20FPU,-On%20devices%20supporting
Kategorien
Mehr zu Signal Generation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!