Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi All, I am trying to simulate Rx130 core on IAR Workbench which is having embOs. When I am trying to force interrupt its not triggering SystTickISR. When ever I run code in simulator mode , after one time run throught threads its getting stuck at OS_Idle. Windows 10 Embedded Workbench 7.4 IAR WorkBench for Renesas Rx :- 2.90.1 OS version: 4.24 CODE :- #pragma vector = IR_CMT0_CMI0 __interrupt void InterruptVector__CMT0(void) { OS_EnterNestableInterrupt(); __enable_interrupt(); OS_TICK_Handle()…