MSPM0L1304: Delay time also stop on DL_Common_delayCycles

Part Number: MSPM0L1304

Hi Ti expert,

I using the J-Llink debugging with the MSPM0L1304, and my configure as below

image.png

I don't know why running the debug project and the delay time also stop on the DL_Common_delayCycles

There is my sample code. should I provide some configuration?

Looks the led not bright and the delay is hang.

    while (1) {
        delay_cycles(32000000);
        led_on();
    }
 
Thanks,
Ben