Tool/software: TI-RTOS
Hi,
I have successfully put together a working MessageQ + CMEM command-line built app on the AM572x that uses a custom resource table.
Now, I imported its config.bld and the resource table into an existing project that never had IPC or CMEM in it.
When executing the code on the DSP1, I reach to main() at which point I can debug the application.
But when I run the BIOS_start() function, I get the stack trace in the picture.
Please help me figure out what could be the root issue as I have no clue what BIOS does in the background.
I attached the resource table and config.bld and bios config fileupload.zip
Thanks