This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC2478 conflict between SD and LCD controller

Good morning, I'm working with a LPC2478 and I designed my system that use different periphericals at the same time but a noticed some conflict on SD memory and LCD controller.

My system works correctly, I mean it read/write on SD and shows my messages on display, but during few second of writing or reading on a SD memory, I can see a very unpleasant flickering on display. It seems that the access on RAM memory to read the status of each singular pixel is in conflict with the bus access to manage the SD operation.

In the past I had the exactly the same problem on FLASH memory access, and I solved it introducing delaies on SPI routines, but the SD is controlled by keil FS_ARM_L.lib, so I can't modify it.

Does exist some priority rules to control the BUS used for both periphericals?Or some PIN status to check if is possible to access to bus or not?

Thanks in advance for any suggestions.

Stefano

Parents Reply Children