S32R45:
When I compile sdk1.1.0——apps——offline:
input ADDR:0x8B000000
output ADDR:0x8B000000
I wonder why the output file is correct?
Solved! Go to Solution.
 UrikRodriguez
		
			UrikRodriguez
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi @Shi_test,
What happens is that the RFFT is done "in place", so the input is saved in the address 0x8B000000, then it is processed and the output is saved in the same address.
Saludos,
Urik
 UrikRodriguez
		
			UrikRodriguez
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi @Shi_test,
What happens is that the RFFT is done "in place", so the input is saved in the address 0x8B000000, then it is processed and the output is saved in the same address.
Saludos,
Urik
