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

    yes, saw that as I was adding it.

    so I enabled Notify Callbacks and disabled Show Linkage Warning.  Then generated Project Content and did a rebuild.  And the code is unresponsive, seems to be stuck.  I'll start trying some ideas, but are there other settings in the custom ThreadX configurator that should be enabled/disabled to better match the prebuiilt ThreadX?

Children