mobrien99
 
 
  Joined: 15 Apr 2013 Posts: 3 Location: Penn Yan, NY 
			
			 
			 
			
			
			
			
			
			
			
  
		  | 
		
			
				| CCSLOAD Won't load .hex file with #import included | 
			 
			
				 Posted: Mon Apr 15, 2013 9:47 am     | 
				     | 
			 
			
				
  | 
			 
			
				I have a combined .hex file with an #import of my bootloader.
 
All works well when I load it with ICD Debug loader. Bootloader comes up, sees the application is there and transfers control to it.
 
When I load it with CCSLOAD, it doesn't work because it appears that the application code gets loaded but the bootloader (#imported code) including the revectored interrupt locations doesn't. Any ideas?
 
The #import line:
 
#import(FILE=bootloader.hex,HEX,RANGE=0:0x1BFF)
 
 
CCSLOAD version: 4.039
 
Compiler: 4.138
 
Target: 18F67J11 | 
			 
		  |