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

ClockP_create() for FreeRTOS does not support a period of 0

    XMLWordPrintable

Details

    • Bug
    • Status: Declined
    • Medium
    • Resolution: Duplicate
    • TI Device Drivers
    • TIDRIVERS-1565
    • 3.50.00
    • 3.60.00
    • Hide
      Some of our drivers do the following:
      object = ClockP_create(ClockP_Fxn, 0, &params);

       

      This now breaks in FreeRTOS:

      /* 0 is not a valid value for xTimerPeriodInTicks. */

       configASSERT( ( xTimerPeriodInTicks > 0 ) );

       

      We should update the Clock port to catch this for the FreeRTOS implementation.
      Show
      Some of our drivers do the following: object = ClockP_create(ClockP_Fxn, 0, &params);   This now breaks in FreeRTOS: /* 0 is not a valid value for xTimerPeriodInTicks. */  configASSERT( ( xTimerPeriodInTicks > 0 ) );   We should update the Clock port to catch this for the FreeRTOS implementation.
    • This bug was introduced in the fix for TIRTOS-1433: Clock period ignored when calling ClockP_create() [FreeRTOS] (3.60.00). A p...

    Description

      ClockP_create() for FreeRTOS does not support a period of 0

      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: