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.

RM46L852: RM46L852: Debugger consistently crashes at b _dabort right after start in adc

Part Number: RM46L852

Hello Team,

i followed this youtube link  https://youtu.be/YOBWhFE0LZg and generated the adc code and modified.

my problem is after flashing,The project is set to automatically run to main().  However, when I start the debugger, the green Resume button and the yellow Suspend buttons are greyed out.  Only the red Halt button is shown and the debug window shows Texas Instruments XDS110 USB Debug Probe/CortexR4 (Running - A reset occurred on The Target).  Clicking on Halt, the debugger exits and I'm returned to the Edit window.

If, instead of clicking the Halt button, I click on the Texas Instruments XDS110 USB Debug Probe/CortexR4 (Running - A reset occurred on The Target) line, the debugger halts, the yellow  button is no longer grayed out but a green button is still greyed out. if i click yellow button all other button are highlighted and if i do step in the cursor keep on looping in this lines

i dont know what to do further.

        b   _dabort

_dabort
        stmfd    r13!, {r0 - r12, lr}; push registers and link register on to stack

        ldr        r12, esmsr3            ; ESM Group3 status register
        ldr        r0,  [r12]

1004.adc_test.zip

here i had attached adc zip file and screenshot also kindly help

Thanks and Regards

Bavi U M