Hi every boady,
I wrote a program that works with XINTF in the 28335 ezdsp starter kit.
I configure XINTF to use SARAM in Zone7 without USEREADY signal.
I define an array in XZone7.
I write in the array order number:"array[i]=i" that i increase in for loop
But when I run and emulate my program,My array don't change correct.
First index of array is 0 second is 1 ...but in 6 or 7 it change suddenly and the 1th to 4th index is changed.
I don't know why.
can every boady help me.
thanks.