- 
	
	
		
			
			
				Junior Member
			
			
			
			
				
					
						  
 
					    
				 
 
			
				
				
				
					 Is this Possible Is this Possible
					
						
							Is it possible to use the Name used for the data item on another EXTERNAL item within the same program?
 
 
 
 
 
 
 
 
 
- 
	
	
		
			
			
				Junior Member
			
			
			
			
				
					
						  
 
					    
				 
 
			
				
				
				
					Re: Is this Possible
				
					
						
							No it is not possible. That is the name used for the data item cannot be used on another EXTERNAL item within the same program.
 
 
 
 
 
 
 
 
 
- 
	
	
		
			
			
				Junior Member
			
			
			
			
				
					
						  
 
					    
				 
 
			
				
				
				
					Re: Is this Possible
				
					
						
							In microcontroller based compilers there is a provision for using interrupts when timer0 overflows or timer1 overflows.
 
 The syntax is,
 void time_func(void) interrupt 1 using 1
 {
 :
 BODY OF THE FUNCTION
 :
 }
 
 
 
 
 
 
 
 
 
 
	
	
	
	
	
	
	
	
	
	
	
	
		
		
			
				 Posting Permissions
				Posting Permissions
			
			
				
	
		- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-  
Forum Rules