SPT3.1 input ADDR is the same as output ADDR?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SPT3.1 input ADDR is the same as output ADDR?

Jump to solution
553 Views
Shi_test
Contributor III

S32R45:

When I compile sdk1.1.0——apps——offline:

Shi_test_0-1679985224858.png

input ADDR:0x8B000000

output ADDR:0x8B000000

I wonder why the output file is correct?

  • Why don't they cover each other?
Tags (1)
0 Kudos
Reply
1 Solution
534 Views
UrikRodriguez
NXP Employee
NXP Employee

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

View solution in original post

1 Reply
535 Views
UrikRodriguez
NXP Employee
NXP Employee

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