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.

TMS320F2800137: AIO231

Part Number: TMS320F2800137
Other Parts Discussed in Thread: C2000WARE

Hi Team,

There's an issue from the customer need your help:

C2000ware v5.00 and driverlib's gpio.c file are somewhat inconsistent about the AIO pins. I feel that the 5.00 version is not consistent with the current data sheet. Please check if there is a problem with the AIO231 library. The following ASSERT rules out the AIO231.

Thanks & Regards,

Ben

  • Hello Ben,

    The expert is currently on holiday, please expect a reply sometime tomorrow.

    Best regards,

    Opus

  • Hi Ben,

    This is marked as an issue and we have created a JIRA ticket to track this. The correct ASSERT condition will be updated in the next release.

    Please use the below ASSERT condition - 

        ASSERT(((pin >= 224U) && (pin <= 245U) && (pin != 229U) && (pin != 234U) &&
                (pin != 235U) && (pin != 236U) && (pin != 240U) && (pin != 243U)) ||
               (pin == 12U) || (pin == 13U) || (pin == 20U) || (pin == 21U) ||
               (pin == 28U));
    Thanks
    Aswin