Hello Experts,
I have also a question related to the aoa test in the dpu folder. The other test cases for cfarca, doppler and staticclutter were successfully so far, running in the Ti-RTOS. But in the aoa test the testcase 15 throws an error. I don't know if the test environment is correct, because I simply copied the necessary files into the project (since the files could not be found) and added the memory map to the linker file, because the memory sections were not defined in the mss_aoaproc_linker.cmd. So I have taken a screenshot of my CCS environment:
In the aoaprochwa_test_main.c(main) file I still activated the debug options:
#define TEST_AOA_DEBUG 1
#define TEST_AOA_DEBUG_RADARCUBADATA 1
#define TEST_AOA_DEBUG_3DFFTIN 1
#define TEST_AOA_DEBUG_3DFFTOUT 1
I thought I could find out more about the cause of the error this way, but otherwise I didn't change anything in the file.
The error code is as follows, after testcase 15 runs in a MmwDemo_EDMA_transferControllerErrorCallbackFxn Callback Function:
However, I don't know what the error means. But I think the error is related to the fact that two RX antennas are used in this testcase maybe...
Have I done anything wrong in my test environment?
Regards,
Daniel