Tool/software: Code Composer Studio
HI
I am a learner on TDA3xevm ,
I am working on a usecase like this nullsrc->algorithm on dsp->display
I read a yuv file and then do fd and display the picture, according to the PROCESSOR_SDK_VISION_03_07_00_00\vision_sdk\apps\src\rtos\usecases\null_src_display usecase.
I have 2 questions:
1) there is no fileread api in this usecase, how can I read a file into memory (works on ipu1_0),
what can i use to allocate memory, ChainsCommon_Osal_memAlloc, OSA_memAllocSR or Utils_memAlloc ?
2) how can I pass the memory into dsp? (Do I need to transfer the memory space ?)
3) can I use malloc or new directyly in algorithm which works on dsp?
Thanks!