tx_semaphore_put_notify: available?

Former Member
Former Member

Trying to use  tx_semaphore_put_notify in ThreadX.  Calling it returns 0xff which the TX manual says 

The system was compiled
with notification capabilities
disabled.

Is this not available in SSP, or is there a way to enable it?

Parents Reply
  • Former Member
    0 Former Member in reply to garyj

    ok this makes sense.  but now i get an error about (understandably) "source and pre-built library should not be combined in the stack. (this puts g_ux_device_class_cdc_acm0 of g_sf_comms, the original USBX stack, in red in the configurator.) 

    so before i do something i can't reverse, i'll ask how to remedy this: do I delete the original USBX stack and then re-add it?  (note this is the only Express Logic stack used in the project.)  i assume the original prebuilt library was installed when USBX stack first added, so deleting and then add-ing it back will cause it to see and use the USBX Source stack?


Children