/debug_support
- This folder contains...
+ This folder contains information on debugging PSP software with Dsnet. **Dsnet** is a debugging environment that uses the **DECI2P** protocol. It enables the host and the PSPTM tool to work together so that applications that will run on the target can be developed more efficiently.
@@ -527,14 +537,19 @@ The files in this folder are described in the table below:
File Name | Extension | Description
---|---|---
-BSOD-Overview-English | .pdf |
-Dsnet-Client-English | .pdf |
-Dsnet_Command_Reference-English | .pdf |
-GPI_GPO-Reference-English | .pdf |
-Profiler-Reference-English | .pdf |
-USB_Serial-Overview-English | .pdf |
-USB_Serial-Reference-English | .pdf |
+BSOD-Overview-English | .pdf | Blue Screen of Death module documentation that saves the state when a crash occurs.
+Dsnet-Client-English | .pdf | dsnet for PSP Overview
+Dsnet_Command_Reference-English | .pdf | dstdb source-level/instruction-level debugger Command Reference
+GPI_GPO-Reference-English | .pdf | 6 page GPI / GPO Manipulation Utility Reference
+Profiler-Reference-English | .pdf | Profiler Operation Utility Reference, documentation for the low level profiling API
+USB_Serial-Overview-English | .pdf | USB Serial Driver Overview, The USB serial driver enables the TOOL (DTP-T1000 / DTP-H1500) to communicate with a PC via serial communication over USB using the Abstract Control Model (ACM) of the USB Communication Device Class (CDC).
+USB_Serial-Reference-English | .pdf | USB Serial Driver Reference, low level API documentation
+
+
+
+**BSOD** is a module which, when erroneous processing occurs in a program on the DTP-H1500, if possible halts the program in that state and allows the conditions in which the error occurred to be observed.
+It enables the values of registers and of the program counter, the state of threads, and the state of the synchronization primitives such as semaphores and event flags, to be observed as they were at the time when the crash occurred.
---
#### Fpu-vfpu (/document/pdf/fpu-vfpu)