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.

TMS320F28379D: ADC interrupt after power off and on

Part Number: TMS320F28379D


Tool/software:

In the attached figure, the upper waveform represents the ADC_A interrupt, which is in CPU1, and the lower waveform represents the ADC_B interrupt, which is in CPU2. After power off and power on, the first interrupt in CPU2 is missing.  Please clarify the possible reason for this?

  • Hello,

    To troubleshoot this issue, you can try the following:

    • Verify the interrupt priorities: Check the interrupt priorities for both ADC_A and ADC_B interrupts to ensure that they are properly set and not being overridden.
    • Check the CPU2 initialization: Verify that CPU2 is properly initialized and not in a reset state after power on.
    • Monitor the shared resources: Investigate if there are any shared resources being accessed by both CPUs that might be causing a conflict or synchronization issue.
    • Verify the interrupt handling: Check the interrupt handling mechanisms for both CPUs to ensure that they are properly configured and not missing any interrupts.
    • Use a debugger: Use a debugger to step through the code and monitor the interrupt handling mechanisms to identify the root cause of the issue.