penrico
Full Member level 5
arm7 external ram
Hi,
I have an Olimex kit, wich have a LPC2214 philips ARM7 chip, external flash MX26LV800BTC-55 (1M x 16 flash memory), and a external RAM of 256Kx32. The flash is mapped on the #CS0 line of ARM7 chip, and the RAM is on the #CS1. I'm using CrossStudio v1.4. I can access the internal flash of LPC2214 and debug ok using Macraigor Wiggler.
But I don't know how to access directly to the external flash or the external RAM using the CrossStudio thought the JTAG (wiggler) emulator. Only found that I must do a software first loaded into the internal flash of LPC2214, and then from there transfer the data to external flash.
Is there a method to access directly to external memories??. I will in a near future use a LPC2210 that hasn't internal Flash, the code must run on external memory
Thanks.
Hi,
I have an Olimex kit, wich have a LPC2214 philips ARM7 chip, external flash MX26LV800BTC-55 (1M x 16 flash memory), and a external RAM of 256Kx32. The flash is mapped on the #CS0 line of ARM7 chip, and the RAM is on the #CS1. I'm using CrossStudio v1.4. I can access the internal flash of LPC2214 and debug ok using Macraigor Wiggler.
But I don't know how to access directly to the external flash or the external RAM using the CrossStudio thought the JTAG (wiggler) emulator. Only found that I must do a software first loaded into the internal flash of LPC2214, and then from there transfer the data to external flash.
Is there a method to access directly to external memories??. I will in a near future use a LPC2210 that hasn't internal Flash, the code must run on external memory
Thanks.