Tool/software:
Hello,
For my usecase, I will have a linux userspace app that needs to communicate with the c7x cores to assign them tasks and get the results. This seems like a very typical usecase to me.
To this end, I'd like to be able to load my development version of the c7x application via CCS so that I don't have to reboot the linux system every time I change the firmware. It would also be useful for debugging.
It seems like this isn't working, though. The debugger shows the upload happening very slowly but ultimately I'm unable to run the code. This seems like a very obvious and critical workflow, but I can't find any documentation on how to get it working. What is the procedure? How can I dynamically change the c7x firmware without rebooting linux?