I wrote a PIT channel 0 interrupt routine isr_pit_ch0 , it works well using flash building mode, but when i using ram building mode,it didn't work, how can i make it work well on ram building mode? i am using MPC5604P chip.
 
					
				
		
 petervlna
		
			petervlna
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
It looks like an issue in your linker file.
Which compiler are you using?
Peter
 
					
				
		
 martin_kovar
		
			martin_kovar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello,
open Prefix folder in your project and open MPC5604P_RAM_VLE.prefix
Add #defineCALL_USR_INIT 1 macro to this file and save it. Please see figure below.
Recompile you project once again. Now it will work correct.
Regards,
Martin
