Hello,
AppSptTramCheck function is called by AppRadarProc(S32R274 Demo code),
My question is:
1. What does tram check mean? I can not find the details in RM.
2. Is the tram check necessary?
THanks!
已解决! 转到解答。
Hi.
Background:
In order to perform FFT and beamforming, SPT kernels need auxiliary vectors such as twiddles, fft windows, steering vectors etc. These need to be given by the user/app as they are not generated inside the SPT. As an optimization proposal in the reference implementation of the SPT kernels, these vectors are transferred inside the TRAM memory of the SPT by the RsdkSptInit.... functions at the begining of the processing flow (see AppSptKernelsInit function in the app).
Answer:
Tram check functions verify that the SPT TRAM memory has not been corrupted. It is not a mandatory check for the SPT to function properly, it is a safety mechanism/check. The necessity of using this procedure is given by the safety requirements of the user application.
Hi.
Background:
In order to perform FFT and beamforming, SPT kernels need auxiliary vectors such as twiddles, fft windows, steering vectors etc. These need to be given by the user/app as they are not generated inside the SPT. As an optimization proposal in the reference implementation of the SPT kernels, these vectors are transferred inside the TRAM memory of the SPT by the RsdkSptInit.... functions at the begining of the processing flow (see AppSptKernelsInit function in the app).
Answer:
Tram check functions verify that the SPT TRAM memory has not been corrupted. It is not a mandatory check for the SPT to function properly, it is a safety mechanism/check. The necessity of using this procedure is given by the safety requirements of the user application.