Hi,
I have one function say, FUNC and a buffer say BUFF.
when i am allocating FUNC in L1P memory and BUFF in L1D memory. DSP(C674x) is going in reset. (, after loading the .OUT file,cursor is not coming at starting point( void main() ) and it start running itself, and then goes into reset)
if i am using L1P memory for FUNC n BUFF ,then thing are working.leaving L1D untouched.
also,when i am using L1D memory for FUNC n BUFF ,then thing are working.leaving L1P untouched.
i don't know , why i am not able to use L1P n L1D memory sections simultaneously.
Thanks.