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

External sram

Hi I want to conncet lpc1343 to external sram this mcu dont have emc but I want to connect it can anyone help me for how to use it in keil

Parents
  • If you want to bit-bang an external bus, then configure the GPIO's suitably, and do so. It's not going to be fast, and it's not going to map into the processors memory map. The Keil compiler isn't going to be able to access it directly, and you'll have to code routines to copy data in/out of the memory into internal memory.

Reply
  • If you want to bit-bang an external bus, then configure the GPIO's suitably, and do so. It's not going to be fast, and it's not going to map into the processors memory map. The Keil compiler isn't going to be able to access it directly, and you'll have to code routines to copy data in/out of the memory into internal memory.

Children
No data