Hello,
I am using the following standard C functions in my code while using the DSP/Bios. I am not using these functions in an interrupt. My question is, are these functions thread safe? Is there a listing in any documentation that notes what standard C library functions are safe?
sprintf
strtok
strcmp
strncmp
strcat
strlen
strcpy
I am using the TMS320F2812 part with code composer studio version 2.21.13
Thank you