Is there limitation in the size of binary such as m3vpss.xem3/m3video.xem3/c6xdsp.xe674 ?
if yes, then what're they? how to get the value?
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.
Is there limitation in the size of binary such as m3vpss.xem3/m3video.xem3/c6xdsp.xe674 ?
if yes, then what're they? how to get the value?
I'm not sure about the size limit, but it might be there depending on the memory map. But if you change the respective places properly, you should be able to load higher sizes. As such the procmgr/loader doesn't do anything related to size checking(not 100% sure), it will just read the ELF binary, parse it and loads it to the memory address specified. Unless your image overwrite other M3/DSPs memory, this shouldn't be a problem.
Are you facing any issues w.r.t size?