SPT3.1 maxs.gm Compilation Error?

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

SPT3.1 maxs.gm Compilation Error?

Jump to solution
1,423 Views
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 Kudos
Reply
1 Solution
1,403 Views
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

View solution in original post

2 Replies
1,404 Views
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,412 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

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

Best regards,

Peter