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

Timeouts for Posix FreeRTOS need to handle wrapping

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: High High
    • TI Device Drivers
    • TIDRIVERS-934
    • 3.10.00
    • 3.20.00
    • Hide
      Timeouts for FreeRTOS Posix APIs (e.g., sem_timedwait(), pthread_mutex_timedlock()) are based on the tick count. This is a 32 bit count that is typically incremented every millisecond. At a 1 msec tick rate, this counter would roll over approximately every 50 days.
      Show
      Timeouts for FreeRTOS Posix APIs (e.g., sem_timedwait(), pthread_mutex_timedlock()) are based on the tick count. This is a 32 bit count that is typically incremented every millisecond. At a 1 msec tick rate, this counter would roll over approximately every 50 days.

      Timeouts for Posix FreeRTOS need to handle wrapping

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

              Created:
              Updated:
              Resolved: