Other Parts Discussed in Thread: OMAPL138
Hi,
I have working on UPP DSP/BIOS driver to get Data from ADC. I am using upp_dvr_test.pjt which is in loopback mode.
I have modified it to work in Receive mode. everything works fine for very less number of sample captures, but as i increase the number of samples, processor halts, and I can,t run it even through the debug is working.
I feel it has memory issues because all of data and program is used in IRAM as per cmd file. I am trying to chnage heap size and work with DDR memory also but I can,t modifiy the cmd comand and if i modify the tcf file it will not allow me.
I ma using DSP core of omapL138
Let me knwo you need furthure information?.
Also my Board is custom, i tried to run PSP drivers but it would not work also.