Part Number: AM3358
Tool/software: Code Composer Studio
I try to debug my application which is running on a BeagleBone Black using a XDS100v2. Downloading, starting and stepping through it works fine until I come to a position in code where the SD-card is accessed (or more specifically: where EDMA-stuff is done in order to access the SD-card). Then the application dies, there is no response from the debugger and I only can reset the board to download and start my application again. Here it does not matter if I step through my program or if I let my application run freely with a breakpoint after the suspicious code, this breakpoint is never reached.
The same application is working fine when it is started normally and with no debug probe involved. So my questions:
What could cause this behaviour? Is there any specific with EDMA-calls/anything I would have to configure in CCS-settings in such cases?
Or alternatively: is there a possibility to start the application normally and without the debug probe and later attach to the running process to see what it's current state is?
Thanks :-)
