How to read/write the data? I used the Armasm V6.13.1 as compiler.
Try.S AREA RESET, DATA, READONLY DCD 0x20001000 ; stack pointer value when stack is empty DCD Reset_Handler ; reset vector ALIGN AREA Init, CODE;, READONLY ENTRYReset_Handler PROC EXPORT Reset_Handler IMPORT Start LDR...