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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
602件の閲覧回数
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?
タグ(1)
0 件の賞賛
返信
1 解決策
583件の閲覧回数
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

元の投稿で解決策を見る

1 返信
584件の閲覧回数
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