SPT3.1 maxs.gm Compilation Error?

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

SPT3.1 maxs.gm Compilation Error?

ソリューションへジャンプ
1,368件の閲覧回数
Shi_test
Contributor III

my s32r45 board:

The first pic is my SPT3.1.

The second pic is Compilation result.

 

VEC_SZ=0x2000 is the OPRAM max,but it con't work!

If VEC_SZ=0x1FFF,the Compile successfully.

Is this a bug?

Shi_test_0-1678774010958.pngShi_test_1-1678774024517.png

 

0 件の賞賛
返信
1 解決策
1,348件の閲覧回数
petervlna
NXP TechSupport
NXP TechSupport

Hello,

For the max spt instruction, the maximal vector size is 0x2000(8192), but the field is only 13 bit,  maximal number is 0x1FFF, but Vector length Must be a multiple of 8, so the least 3-bit is ignored.and VEC_SZ = 0 implies vector length = 8192. please check the reference manual.

Best regards,

Peter

元の投稿で解決策を見る

2 返答(返信)
1,349件の閲覧回数
petervlna
NXP TechSupport
NXP TechSupport

Hello,

For the max spt instruction, the maximal vector size is 0x2000(8192), but the field is only 13 bit,  maximal number is 0x1FFF, but Vector length Must be a multiple of 8, so the least 3-bit is ignored.and VEC_SZ = 0 implies vector length = 8192. please check the reference manual.

Best regards,

Peter

1,357件の閲覧回数
petervlna
NXP TechSupport
NXP TechSupport

Hello,

I have contacted RADAR team. They will have a look at it ASAP.

Best regards,

Peter