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.

PROCESSOR-SDK-J7200: Main domain ADC ISR interrup function

Part Number: PROCESSOR-SDK-J7200

Hi TI

We  work on the J7200 evm board. Currently, we want to integrate ADC functions into the main domain (mcu2_1),

and the sample code name is adc_singleshot_test_app (mcu1_0) in the pdk (as below image1),we use SD card to boot the system.

Before the integration, we have to separately confirm that the adc_singleshot_test_app works properly, the program runs on the mcu domain (mcu1_0),

and we use OSPI to boot the system.

But when we integrate this adc_singleshot_test_app function into the MCUR5F main domain (mcu2_1),

we find that the interrup function "AppADCIntrISR" of adc does not work. (As below in Image 2, green line).

Is this a question about intVecNum? (As below in image 2, red line) We tried to find the intVecNum in rtos sdk for the MCUR5F main domain,

but we couldn't find it, but we couldn't find it. Could you please help?

Image1

Image2