This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Data Abort when reading adcRAM1

The module ADC1 is configured with HCG in non-continuous mode.

Interrupts are disabled.

When I use the HCG driver in C I can read the conversion result successfully.

I want to read directly the conversion result in adc RAM1 : 0xFF3E0000 with the following instruction :

ldmdb        r10,{r1,r0}                ;r10=  0xFF3E0000

But when the processor executes the instruction the abort vector is fetched.

Thanks a lot for your help