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.
Tool/software: Linux
Hello,
According to the chapter 6.6 from VisionSDK_UserGuide_MemoryMap.pdf, I see non cache is only 5MB, but the total sizes of 'virtqueue of DSP size +REMOTE_LOG_SIZE+SYSTEM_IPC_SHM_SIZE+LINK_STATS_SIZE+HDVPSS_DESC_SIZE+SR0_SIZE+TRACE_BUF_LEN +EXC_DATA_LEN +PM_DATA_LEN' are over 5MB.
On the other hand, the start address of the second mem section should be 16MB aligned. But, it is set a 0x9FB00000, not 16MB aligned. Also, I see that it said"This alignment is a must as a single 16MB mapping is used for EVE to map SR0, REMOTE_LOG_MEM sections." Does it will affect EVE function?
Thanks
Terence
--------------------------------------------------------non cache defined in .xs file ----------------------------------------------------------------------
REMOTE_LOG_SIZE = 256*KB;
SYSTEM_IPC_SHM_SIZE = 512*KB;
LINK_STATS_SIZE = 512*KB;
HDVPSS_DESC_SIZE = 1024*KB;
SR0_SIZE = 1024*KB;
TRACE_BUF_LEN = 384*KB;
EXC_DATA_LEN = 64*KB;
PM_DATA_LEN = 512*KB;
//virtqueue of DSP size =1M