Simulator.ini 552 B

1234567891011121314
  1. /* This demonstrates how to setup a Debugger '*.ini' file to interface with the
  2. * C-code using the JTEST test framework.
  3. */
  4. MAP 0x00000000, 0x001FFFFF EXEC READ /* 2048K Flash */
  5. MAP 0x20000000, 0x201FFFFF READ WRITE /* 2048K RAM */
  6. LOAD %L INCREMENTAL
  7. RESET /* Reset the target processor */
  8. LOG OFF /* Turn off Logging by default. */
  9. //BK * /* Remove existing breakpoints. */