Hello All
I am using Delfino 28335 but facing following problems...
1. I have interfaced RAM at zone 6 and zone 7 but couldnot write proper data on it... i am using the following command
*(zone7_data) = 0xFFFF
*(zone7_data+1) = 0xFFFF
*(zone7_data+2) = 0xFFFF
where as zone7_data = 0x0020000...
The error is that at these locations data is written AS like FFFE or FF00... And it keeps on changing at every iteration... and it is also disturbing other locations aswell...