I read the SD card in MCB2300 board having LPC 2368 processor by keil SD card example. I can see the data of SD card in General purpose RAM area in memory window. When i write instruction for copy that data, disassembly window shows that no assembly instruction is generate for that copy instruction. I can't use that data for any peripheral. How can I use that data for UART.
Sounds like a coding issue, care to divulge enough code that useful suggestions can be made?