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.

MCU-PLUS-SDK-AM243X: problem with ADC0 Interrupt

Part Number: MCU-PLUS-SDK-AM243X

Hi
I have a problem with the HwiP_construct API using the ADC interrupt. 
I downloaded from Resource Explorer the example adc_singleshot_am243x-lp_r5fss0-0_nortos_ti-arm-clang.
I'm working with a LP-AM243x demo board.
I compiled it with CCS v. 10.4,CCS v.11.0 and CCS v.11.10.
When I debug the firmware i see the execution reaches the costructor HwiP_construct, jump into it end then stop forever.
The executions never reaches the following instructions.
If I test the same firmware changing the interrupt number in hwiPrms.intNum = CONFIG_ADC0_INTR the executions goes on as expected.

Only using the ADC0 interrupt number (CONFIG_ADC0_INTR= 128U) I found this strange behaviour, with other Interrupt source all work as intended.

In the fallowing image the point were the esecutions broke
 
Thanks
M