Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-9562

UARTMSP432E4_open crashes when UART configured for TX only

    XMLWordPrintable

Details

    • Bug
    • Status: Fixed
    • High
    • Resolution: Fixed
    • TI Device Drivers
    • TIDRIVERS-3897
    • TIDRIVERS_4_30_00
    • TIDRIVERS_4_40_00
    • Hide
      If in SysConfig, the UART module data direction is set for send only, the code will crash in UART_open(). It crashes in GPIOPinConfiguration() because it is writing to bad address.

      Looking at UARTMSP432E4_open(), I see it configuring both TX and RX pins, even though I indicated data direction is send only.

      Workaround is to open the UART for both Rx and Tx.
      Show
      If in SysConfig, the UART module data direction is set for send only, the code will crash in UART_open(). It crashes in GPIOPinConfiguration() because it is writing to bad address. Looking at UARTMSP432E4_open(), I see it configuring both TX and RX pins, even though I indicated data direction is send only. Workaround is to open the UART for both Rx and Tx.

    Description

      UARTMSP432E4_open crashes when UART configured for TX only

      Attachments

        Activity

          People

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: