Other Parts Discussed in Thread: OMAPL138
Hello!
I am having problems with the strchr function in the TMS compiler (version 5.0.1). When I step through my code and get to the strchr call, the emulator locks up. This is the command:
char *pchartest = strchr("Ee", 13);
Does anyone know why this would just hang? The emulator executes the line and just locks up. I was expecting a null pointer.
Thanks,
Tim