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.

66AK2H12: 66AK2H12 NDK+SRIO Problem

Part Number: 66AK2H12

Hi

MCSDK: 3.1.4.7

CCS: 7

OS: win7

I could drive SRIO and NDK on C6678 before, SRIO and NDK worked simultaneously on my C6678 project correctly.

I want to drive SRIO and NDK on 66AK2H12 too, I implement SRIO and NDK driver the same as C6678 but I have an old problem, SRIO and NDK don't work simultaneously.

I followed all the tips that I used for driving SRIO and NDK on C6678 for 66AK2H12.

The only difference is core received queue numbers, I set the event ID of SRIO 49, according to datasheet as below:

So I set core  received queue numbers as below:

I  should mention that SRIO and NDK work well seperatly.

Please, guide me, I am under pressure for the project.

Best Regards

  • Hi,

    Great to know you have a working case for SRIO+NDK interrupt simultaneously on C6678. I looked at the C6678 data manual:

    And K2H 

    So if you use 712 for interrupt 49 or 704 for interrupt 48, shouldn't be any difference between C6678 and K2H. So you have K2H SRIO standalone with interrupt 48 or 49 worked, correct? What is the NDK interrupt? Is it 48 in C6678 and the same in K2H?

    Regards, Eric 

  • Hi

    Thanks for your answer.

    So I will use 712 for interrupt 49 on 66AK2H12.

    lding said:
    So you have K2H SRIO standalone with interrupt 48 or 49 worked, correct?

    Yes, it works with interrupt 49.

    lding said:
    What is the NDK interrupt?

    48

    lding said:
    Is it 48 in C6678 and the same in K2H?

    Yes

    Regards