Hi everyone, I am working with LPC2292 board and I am trying to store some infomation into an external RAM memory, the width of the memory is 16 bits, but ARM7 uses memories of 32bits, so when I try to read from the memory half data I read are wrong because it interpretes the RAM as a 32bit RAM so half the direction is accesing deos not exists. I am using keil and it is suppose to be configured for a RAM 16 bits wide, so it should do it properly, do you know which is my problem,
Thanks you in advance.