This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: C7X: Streaming Engine Config in Transpose mode runtime error

Part Number: TDA4VM

Hi,

We were trying to configure streaming engine to access 8X8 block out of 16X16 image in transpose mode. i.e 2 lines of 8 values in a single vector with single load. We were able to configure transpose mode as shown below:

The above works fine. We wanted to add another dimension after each load to advance by 1 value to get a vector with values from src+1. This threw us runtime errors as shown below:

Can you please point out what might be wrong with this SE config. And why this might through error.

we also tried another approach to configure to SEs in transpose mode to laod from src and src+1. This approach as well throws a runtime error. is it not allowed to configure 2 SEs to load from same buffer?

Do help.