Part Number: OMAP-L138
Other Parts Discussed in Thread: OMAPL138
Tool/software: Code Composer Studio
USING a board based on the LCDKOMAPL138 running a simple app which starts two simple tasks via CreateTask() then a Bios_start(). One is a simple heartbeat with print.
THe main app runs, but the tasks do not. A breakpoint in a task is never hit.
Loading this task via the Linux rproc -- bind system works without problem with the exact same image.
I find I must load the rproc drivers and bind an application before the debugger (XDS200) will load the image via CCS.