MPS2.ini 481 B

12345678910111213
  1. /* This demonstrates how to setup a Debugger '*.ini' file to interface with the
  2. * C-code using the JTEST test framework.
  3. */
  4. //_WDWORD(0x4001F000, 0x00000001); /* Remap on */
  5. LOAD %L INCREMENTAL
  6. RESET /* Reset the target processor */
  7. LOG OFF /* Turn off Logging by default. */
  8. //BK * /* Remove existing breakpoints. */