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