Part Number:BEAGLEBK
Tool/software: Code Composer Studio
Running CCS 9, and pru-software-support-packate-5.4.0, and PRU_RPMsg_Echo_Interrupt0. BBB Kernel 4.14. This error happens the same way in CCS8 and CCS9. When I debug the CCS project, it runs to the PRU source code in "main.c" line 74, and then I use the debugger to single 'step-over' to line 88. Line 88 in this "main.c" is where the PRU is waiting to "make sure the Linux drivers are ready for RPMsg communcation". Line 87 - 88 say state = &resourceTable.rpmsg_vdev.status; while (!(*status & VIRTIO_CONFIG_S_DRIVER_OK)); // My problem is that the PRU is stuck here Full error message in the Console log is: CS_DAP_M3: Error: (Error -242 @ 0x0) A router subpath Could not be accessed. The board configuration is probably incorrect (Emulatoin package 8.1.0.0007) PRU_0: Errror: (Error -1170 @ 0x4a322000) Unable to access DAP. Reset the device and retry the operation. PRU_0: Unable to determine target status after 20 attempts. PRU_0: Failed to remove the debug state from the target before disconnecting. There may still be breakpoint op-...