Other Parts Discussed in Thread: TDA4VL
Hi , TI experts,
On the C7X of TDA4VL, due to code legacy issues, we had to close the vector data type and use the vector data type with double underscores.
When using the stream engine, we encountered the following problems:
identifier "__se_ac___short32" is undefined when using __SE0ADV
__SE_TEMPLATE_v1 se_params = __gen_SE_TEMPLATE_v1(); __SE0_OPEN((void*)inArray, se_params); __short32 vOut = (__short32)(0); //Compile OK __short32 vIn = __SE0ADV(__short32);// <--- identifier "__se_ac___short32" is undefined