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. */
 | 
						|
 |