Trying to use tx_semaphore_put_notify in ThreadX. Calling it returns 0xff which the TX manual says
Is this not available in SSP, or is there a way to enable it?
Hi Cam,
You need to add the ThreadX Source in the configurator and then enable the property for Notify Callbacks to enable this feature. The library build has this feature disabled by default to save space.
-Gary
That simple? It needs to be added to each thread that uses it, correct?
No - Just once in you configuration.
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?
When you include the source, the default settings that the prebuilt ThreadX are the same until you modify them.