We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi There, I have an interesting problem: In a certain memory area I am able to write to Byte 0, but when I try to write to Byte 1 the Monitor tells me "CAN NOT WRITE TO ADDRESS xxxx". Byte two is working well again, Byte three not, and so on As a result of this only every second pixel on my display has its correct color Can anybody tell me where my mistake is??
Could it be misconfigured external bus: e.g. configured as 8-bit whereas should be configured as 16-bit? Or a hardware problem: wrong connection between memory chip and MCU?