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.

66AK2E05 Interrupts

Other Parts Discussed in Thread: 66AK2E05

Does TI provide Interrupt service routine for 66AK2E05 u-boot? Also, are all the interrupts disabled by default?

  • Hi Alok,

    Would you please brief your question?

    Are you asking whether any ISR code exist in the u-boot source code of 66AK2E05? If yes, when you install the ti-processor-sdk-linux-k2e-evm-02.00.02.11, you will get the u-boot source code. You can have a look at the source code of u-boot.

    To know about the details of the device ( 66AK2E05/02) specific interrupts, please refer to the literature document, SPRS865A.
  • Hi Shankari,

    Correct. I was asking whether or not any ISR code exist in the u-boot source code for 66AK2E05. We did download the sdk and seems like there is a ISR function with a comment "user add your code here". Do you have any example code that we can refer to?

    Thanks,

    A

  • Dear Alok,

    We did download the sdk and seems like there is a ISR function with a comment "user add your code here".

    Can you please tell us which file you are referring from u-boot ?

    You can get the interrupt registering (request_irq) code reference from u-boot USB driver (musb)
    psdk-u-boot/drivers/usb/musb-new/musb-core.c