Part Number: TDA2HV
Tool/software: TI-RTOS
Hi All,
I am really new to this SoC and Vision SDK. i was trying to understand algorithm development using FrameCopy and i got it then i have created my own version of colorToGray using default colorToGray algorithm. now lets come to my problem. i am developing algorithm which need intermediate buffer to save intermediate frame. so i need to allocate buffer in algorithm process function.
1. i tried to allocate buffer using static memory of [1280 x 720] bytes but i got stack overflow error in runtime
2. i tried to allocate buffer using malloc but got error in runtime
3. i tried to allocate buffer using UtilsMemAlloc with DDR_LOCAL and L2_LOCAL enums but no luck in that also
i need to allocate buffer of 2MB but i couldn't do it.
i am currently using tda2x evm board to compile