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.

TMS570LC4357: QS on ESM group2 interrupt

Part Number: TMS570LC4357

Hi all:

1、How to customize esmhighinterrupt for group2 by users?
2、Where can I query the specific information of channels for ESM's group1, group2, and group3?

Best Wish

Li

  • Hi Li,

    1、How to customize esmhighinterrupt for group2 by users?

    I don't understand how exactly you want to customization.

    Basically, how we handle is, we will redefine esmGroup2Notification in main.c file and as it is a weak pragma in HL_notification.c, so whenever we got level 2 ESM error the processor directly jumps to the esmGroup2Notification definition.

    So, know we can write required user code inside the "esmGroup2Notification " function definition.

    2、Where can I query the specific information of channels for ESM's group1, group2, and group3?

    Please refer "6.19.2 ESM Channel Assignments" in the datasheet.

    There you can find the table which illustrates different groups of error channels and its error sources. 

    --

    Thanks & regards,
    Jagadish.