You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
552 B
INI
15 lines
552 B
INI
/* This demonstrates how to setup a Debugger '*.ini' file to interface with the
|
|
* C-code using the JTEST test framework.
|
|
*/
|
|
|
|
MAP 0x00000000, 0x001FFFFF EXEC READ /* 2048K Flash */
|
|
MAP 0x20000000, 0x201FFFFF READ WRITE /* 2048K RAM */
|
|
|
|
LOAD %L INCREMENTAL
|
|
|
|
|
|
RESET /* Reset the target processor */
|
|
LOG OFF /* Turn off Logging by default. */
|
|
//BK * /* Remove existing breakpoints. */
|
|
|