Tool/software: Code Composer Studio
Hello,
We are using CCSv7/CCSv8 on CentOS 7 64-bit OS. It works fine for all C6x/ARM development tasks.
When trying to debug programs on the PRU however, it crashes. The crash happens with CCSv7 as well as CCSv8. Replicating the crash is easy.
Just load any .out file (it can be a from a simple "HelloPRU" C code or any assembly code) on the PRU It loads successfully and goes to the main() function.
Press "F6" to step over and it crashes.
However, if you set a breakpoint and press "F8", it goes and stops at the breakpoint. Press "F6" again, and it crashes.
The crash happens irrespective of the JTAG or the EVM. We could replicate the crash on the beaglebone black as well as the AM4378 IDK
The same project when copied to Windows 10 and CCSv7/CCSv8 works fine.
Tried to check if this issue is already known and has been reported, but did not find anything. Is there a fix for this issue? Please let me know if any further information is required.
Thanks, Krishna