Other Parts Discussed in Thread: CC1350,
Tool/software: TI-RTOS
Hello All,
I am working on cc1350 launchpad. I have included some string functions in my project like ATOI and strcmp but this functions are not working. I have included string.h file in main.c file. I am receiving packet over the air and trying to manipulate that data. But string functions are not working and I have confirmed that by manually giving values to the variables. Please help me with this.