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!