Part Number: DSPBIOS
Tool/software: TI-RTOS
Hi
I have a simple SYSBIOS program (for A15 core on idk5718) which creates a task dynamically in the main() function.
So far this works.
At some point I try to restart the program. The program halts again at main() but then creating the task fails with a "out of memory" error.
Probably the reset function from the debugger only jumps to main() without setting up everything before main().
Thats why then I tried to jump directly to _c_int00 (by using the disassembly window), to make sure SYSBIOS is setup from the very beginning.
Running the program from _c_int00 works but I still get the "out of memory" error message when creating the task.
How is this possible when running from _c_int00?
Is there an other way to restart a SYSBIOS program from CCS GUI without terminating the debug session?
Im using CCS V7.1.0 and SYSBIOS V6.46.4.53.
Regards,
Markus