modbin <program> -stack <stacksize> -debug
modbin
command immediately after the armlink
command to set up the workspace. You won't be able to debug a task that hasn't been processed by modbin
.A good initial stacksize is 4000. The stack must be set to at least 3000 for running audio folio or audio applications.
When you launch an application from the shell, the priority set by modbin
is ignored. The priority of the task is set to 100, the default value of task priority in the shell.
modbin {AppName} -stack 4000 -debug
-workspace
linker option.