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.
14 lines
481 B
INI
14 lines
481 B
INI
/* This demonstrates how to setup a Debugger '*.ini' file to interface with the
|
|
* C-code using the JTEST test framework.
|
|
*/
|
|
|
|
//_WDWORD(0x4001F000, 0x00000001); /* Remap on */
|
|
|
|
LOAD %L INCREMENTAL
|
|
|
|
|
|
RESET /* Reset the target processor */
|
|
LOG OFF /* Turn off Logging by default. */
|
|
//BK * /* Remove existing breakpoints. */
|
|
|