timer interrupt not return

123 146 Reputation points
2020-10-10T02:44:39.043+00:00

Hi All
I just port azure RTOS SMP to Renesas MPU cortex-a53X2, it can run into timer interrupt ISR, but it can not return.
it stop in _tx_timer_interrupt(), not return. could you give me some advice.
Thanks

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

2 answers

Sort by: Most helpful
  1. AndresMlinar 256 Reputation points
    2020-10-20T14:38:25.83+00:00

    Given the limited information provided, my best guess is that there is missing initialization, possibly a bad memory configuration; but the problem could be somewhere else.

    1 person found this answer helpful.
    0 comments No comments

  2. 123 146 Reputation points
    2020-10-26T07:06:39.41+00:00

    Hi All,
    I fix that problem, It is initialization problem, I just initial the ThreadX SMP first and then turn on the timer. and the interrupt return OK. Thanks

    1 person found this answer helpful.