This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28P650DK: Starting with FPUFastRTS library

Part Number: TMS320F28P650DK
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE

Tool/software:

Hello,


This is my first time using the FPUFastRTS library, and I'm not familiar with the setup process. I’ve enabled the FPUFastRTS library in SysConfig for my project.

Here’s how I configured SysConfig:

After that, I added the following simple code to my main.c:

float32_t pi = 3.1415926f;
float32_t sin_val = sinf(pi);

However, I’m getting an error when compiling. Are there any additional settings or steps I need to add to my project to use the FPUFastRTS functions correctly?

Thank you for your help!