Part Number: CC2650
Other Parts Discussed in Thread: SYSBIOS, CC2640
Tool/software: TI-RTOS
I have 2 seemingly identical custom boards exhibiting different symptoms.
One board, I'll call the working board, successfully calls my application task.
The other board, I'll call the failing board, never calls my application task.
The code calls 2 create task functions in main, just before it calls BIOS_start().
Both boards run the main() function to it's conclusion, where it calls BIOS_start().
But one of them (working board) will break on my application task and the other (failing board) never breaks on the application task.
What can I do to debug this issue?
I know this might be a hardware difference on the board, however, I would like to debug it in the emulator (debugger).
I've looked over both boards, and they seem identical.
Thanks,
John