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.

AM2434: uart timeout mode config

Part Number: AM2434

Tool/software:

hello

I have a requirement to config uart timeout mode on AM243x, Could you show me how to config it? Is there any example in SDK, because I can't find it. Thanks

  • Hi Matt,

    Thank you for reaching out over E2E.

    I would firstly encourage you to read through the API 

    UART_lld_controllerIsr. FYI, this API is present at the directory: C:\ti\mcu_plus_sdk_am243x_11_00_00_15\source\drivers\uart\v0\lld\uart_v0_lld.c
    The definition of it would be good and there are a bunch of conditional checks for what kind of interrupts are triggered.
    The options for the triggered interrupts is as follows:
    Looking forward to your response after you have reviewed the code and looked at the conditional checks based on the type of interrupt that has been triggered.

    Regards,

    Vaibhav