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.
timer interrupt not return
123
146
Reputation points
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
2 answers
Sort by: Most helpful
-
-
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