extenal interrupt blocked by tx_event_flags_get()

chaolin yang 1 Reputation point
2021-10-31T13:02:11.403+00:00

here is a powerpc MPC83xx platform, many years ago from express logic.external interrupt generate per 100us,.

tx_event_flags_get(...., wait_option), if wait_option=waitforever everything is ok, if wait_option = number such as 500, then cannot catch external interrupt.
any suggestion to debug this?
and either a update port for powerpc?

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
{count} votes

1 answer

Sort by: Most helpful
  1. chaolin yang 1 Reputation point
    2021-11-01T12:32:38.59+00:00

    Seems the latest threadx release use a basepri which can let external interrupt arrive processor directly, it maybe can fix my problem,
    Does there a port demo?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.