Texas Instruments (TI) Processors support forum is an extensive online knowledge base where millions of technical questions and solutions are available 24/7. You can search processors content or ask technical support questions on Sitara™ processors, digital signal processors (DSP) and automotive processors. Find the right solution for your circuit design challenges by using our TI E2E™ support forums that are supported by thousands of contributing TI experts.
I'm confused with some of the TI SDKs usage of POSIX in their examples. For example, I see pthread_create all over the place. Is POSIX usage required or optional?
Other Parts Discussed in Thread: SYSBIOS I ran my program and it seemed to "hang". When I halted it in CCS, I saw that the program was stuck spinning in an infinite loop within the following function:
ti_sysbios_family_arm_m3_Hwi_excHandlerAsm__I…
When my program raises an error, I don't see the name of the file which raised the error. How can I get the file name to be printed in the error message?
Other Parts Discussed in Thread: CC3200 I'm trying to get UIA to work with TI-RTOS (also called SYS/BIOS). Nothing comes out on RTOS Analyzer, System Analyzer or Execution Graph...what's wrong?
Other Parts Discussed in Thread: SYSBIOS I have modified my kernel configuration (*.cfg) to use the following:
BIOS.libType = BIOS_LibType_Custom;
How can I relocate or rename the generated 'src' sub-directory when I build the kernel?