ThreadX Interrupt latency

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ThreadX Interrupt latency

961 Views
michaeldkfowler
Contributor IV

Hello,
I have written an ISR that calls tx_semaphore_put() to wake a thread that is waiting for the semaphore using tx_semaphore_get(). There is only the one thread on the system. It takes 5 micro seconds for the thread to begin running. This is too long. How do I ensure my high priority interrupts are handled in a timely manner? Thanks.

0 Kudos
Reply
1 Reply

931 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi Michael:

 

Please refer to below application note for RT interrupt latency.

https://www.nxp.com.cn/docs/en/application-note/AN12078.pdf

For AzureRTOS interrupt latency.  I would suggest you post your question on our partner‘s community support.

https://azure.microsoft.com/en-us/support/community/

 

Regards

Daniel

0 Kudos
Reply